Html Css Color HEX #D9D7CC Milk White

📋 copy color: '#D9D7CC'

red 217 ◦ green 215 ◦ blue 204

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

Shades of Milk White #D9D7CC

Tints of Milk White #D9D7CC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 33.81%

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

R = 34.12%
G = 33.81%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D9D7CC (or 0xD9D7CC) is known color: Milk White. HEX triplet: D9, D7 and CC. RGB value is (217,215,204). Sum of RGB (Red+Green+Blue) = 217+215+204=636 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.12% from 636); Green value is 215 (84.38% from 255 or 33.81% from 636); Blue value is 204 (80.08% from 255 or 32.08% from 636); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D7CC is #262833. Grayscale: #D6D6D6. Windows color (decimal): -2500660 or 13424601. OLE color: 13424601.

HSL color Cylindrical-coordinate representation of color #D9D7CC: hue angle of 50.77º 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 #D9D7CC is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 215 204 -
CMYK 0 0.01 0.06 0.15
HSL 50.77º 0.15% 0.83% -
HSV(B) 50.77º 0.06% 0.85% -
XYZ 63.81 67.71 66.83 -
YUV 214.34 122.16 129.89 -
System Red Green Blue C M Y K H S L
Decimal 217 215 204 0 0.01 0.06 0.15 50.77 0.15 0.83
Hex D9 D7 CC 0 1 6 F 33 F 53
Octal 331 327 314 0 1 6 17 63 17 123
Binary 11011001 11010111 11001100 0 1 110 1111 110011 1111 1010011

Color Harmonies of #D9D7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D7CC

Black with #D9D7CC

Text Example


Text Example

White with #D9D7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D7CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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