#D8D6CA

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

Shades of Milk White #D8D6CA

Tints of Milk White #D8D6CA

Color information

#D8D6CA (or 0xD8D6CA) is unknown color: approx Milk White. HEX triplet: D8, D6 and CA. RGB value is (216,214,202). Sum of RGB (Red+Green+Blue) = 216+214+202=632 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.18% from 632); Green value is 214 (83.98% from 255 or 33.86% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D6CA is #272935. Grayscale: #D5D5D5. Windows color (decimal): -2566454 or 13293272. OLE color: 13293272.

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

Color convert

RGB216214202-
CMYK00.010.060.15
HSL51.43º15.22%81.96%-
HSV(B)51.43º6.48%84.71%-
XYZ63.0366.9665.48-
YUV213.23121.66129.98-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.18%
GREEN value IS 214 (83.98% from 255) = 33.86%
BLUE value IS 202 (79.30% from 255) = 31.96%
R=34.18%
G=33.86%
B=31.96%

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
Decimal21621420200.010.060.1551.4315.2281.96
HexD8D6CA016F33f52
Octal330326312016176317122
Binary11011000110101101100101001110111111001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D6CA; }

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

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

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

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

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

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

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

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