#D8D6CB

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

Shades of Milk White #D8D6CB

Tints of Milk White #D8D6CB

Color information

#D8D6CB (or 0xD8D6CB) is unknown color: approx Milk White. HEX triplet: D8, D6 and CB. RGB value is (216,214,203). Sum of RGB (Red+Green+Blue) = 216+214+203=633 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.12% from 633); Green value is 214 (83.98% from 255 or 33.81% from 633); Blue value is 203 (79.69% from 255 or 32.07% from 633); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D6CB is #272934. Grayscale: #D5D5D5. Windows color (decimal): -2566453 or 13358808. OLE color: 13358808.

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

Color convert

RGB216214203-
CMYK00.010.060.15
HSL50.77º14.29%82.16%-
HSV(B)50.77º6.02%84.71%-
XYZ63.146766.1-
YUV213.34122.16129.89-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.12%
GREEN value IS 214 (83.98% from 255) = 33.81%
BLUE value IS 203 (79.69% from 255) = 32.07%
R=34.12%
G=33.81%
B=32.07%

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
Decimal21621420300.010.060.1550.7714.2982.16
HexD8D6CB016F33e52
Octal330326313016176316122
Binary11011000110101101100101101110111111001111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D6CB; }

 p { color: rgb(216,214,203); }

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

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

 a { background-color: rgb(216,214,203); }

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

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

 span { border-color: rgb(216,214,203); }

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