#D8D5C9

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

Shades of Milk White #D8D5C9

Tints of Milk White #D8D5C9

Color information

#D8D5C9 (or 0xD8D5C9) is unknown color: approx Milk White. HEX triplet: D8, D5 and C9. RGB value is (216,213,201). Sum of RGB (Red+Green+Blue) = 216+213+201=630 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.29% from 630); Green value is 213 (83.59% from 255 or 33.81% from 630); Blue value is 201 (78.91% from 255 or 31.90% from 630); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D5C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D5C9 is #272A36. Grayscale: #D4D4D4. Windows color (decimal): -2566711 or 13227480. OLE color: 13227480.

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

Color convert

RGB216213201-
CMYK00.010.070.15
HSL48º16.13%81.76%-
HSV(B)48º6.94%84.71%-
XYZ62.6666.464.77-
YUV212.53121.49130.48-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.29%
GREEN value IS 213 (83.59% from 255) = 33.81%
BLUE value IS 201 (78.91% from 255) = 31.90%
R=34.29%
G=33.81%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621320100.010.070.154816.1381.76
HexD8D5C9017F301052
Octal330325311017176020122
Binary110110001101010111001001011111111110000100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D5C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D5C9; }

 p { color: rgb(216,213,201); }

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

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

 a { background-color: rgb(216,213,201); }

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

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

 span { border-color: rgb(216,213,201); }

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