Html Css Color HEX #D9D9CC Green White

📋 copy color: '#D9D9CC'

red 217 ◦ green 217 ◦ blue 204

#D9D9CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green White #D9D9CC

Tints of Green White #D9D9CC

RGB

 RED value IS 217 (85.16% from 255) = 34.01%

 GREEN value IS 217 (85.16% from 255) = 34.01%

 BLUE value IS 204 (80.08% from 255) = 31.97%

R = 34.01%
G = 34.01%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D9D9CC (or 0xD9D9CC) is known color: Green White. HEX triplet: D9, D9 and CC. RGB value is (217,217,204). Sum of RGB (Red+Green+Blue) = 217+217+204=638 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.01% from 638); Green value is 217 (85.16% from 255 or 34.01% from 638); Blue value is 204 (80.08% from 255 or 31.97% from 638); Max value from RGB is 217 - color contains mainly: red, green. Hex color #D9D9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D9CC is #262633. Grayscale: #D7D7D7. Windows color (decimal): -2500148 or 13425113. OLE color: 13425113.

HSL color Cylindrical-coordinate representation of color #D9D9CC: hue angle of 60º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D9D9CC is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 217 204 -
CMYK 0 0 0.06 0.15
HSL 60º 0.15% 0.83% -
HSV(B) 60º 0.06% 0.85% -
XYZ 64.33 68.74 67 -
YUV 215.52 121.5 129.06 -
System Red Green Blue C M Y K H S L
Decimal 217 217 204 0 0 0.06 0.15 60 0.15 0.83
Hex D9 D9 CC 0 0 6 F 3C F 53
Octal 331 331 314 0 0 6 17 74 17 123
Binary 11011001 11011001 11001100 0 0 110 1111 111100 1111 1010011

Color Harmonies of #D9D9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D9CC

Black with #D9D9CC

Text Example


Text Example

White with #D9D9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D9CC; }

 p { color: rgb(217,217,204); }

 H1.HeaderClassName
 {
   color: #D9D9CC;
 }
 .AnyTagClassName
 {
   color: #D9D9CC;
 }
</style>

background-color css

<style>
 a { background-color: #D9D9CC; }

 a { background-color: rgb(217,217,204); }

 div.DivClassName
 {
   background-color: #D9D9CC;
 }
 .BgClassName
 {
   background-color: #D9D9CC;
 }
</style>

border-color css

<style>
 span { border-color: #D9D9CC; }

 span { border-color: rgb(217,217,204); }

 td.TdClassName
 {
   border-color: #D9D9CC;
 }
 .TagClassName
 {
   border-color: #D9D9CC;
 }
</style>