#D9D7CD

Color #D9D7CD Milk White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Milk White #D9D7CD

Tints of Milk White #D9D7CD

Color information

#D9D7CD (or 0xD9D7CD) is unknown color: approx Milk White. HEX triplet: D9, D7 and CD. RGB value is (217,215,205). Sum of RGB (Red+Green+Blue) = 217+215+205=637 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.07% from 637); Green value is 215 (84.38% from 255 or 33.75% from 637); Blue value is 205 (80.47% from 255 or 32.18% from 637); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D7CD is #262832. Grayscale: #D6D6D6. Windows color (decimal): -2500659 or 13490137. OLE color: 13490137.

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

Color convert

RGB217215205-
CMYK00.010.060.15
HSL50º13.64%82.75%-
HSV(B)50º5.53%85.1%-
XYZ63.9467.7667.47-
YUV214.46122.66129.81-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.07%
GREEN value IS 215 (84.38% from 255) = 33.75%
BLUE value IS 205 (80.47% from 255) = 32.18%
R=34.07%
G=33.75%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721520500.010.060.155013.6482.75
HexD9D7CD016F32e53
Octal331327315016176216123
Binary11011001110101111100110101110111111001011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D7CD; }

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

 H1.HeaderClassName
 {
   color: #D9D7CD;
 }
 .AnyTagClassName
 {
   color: #D9D7CD;
 }
</style>
background-color css

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

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

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

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

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

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