#D8D7CE

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

Shades of Milk White #D8D7CE

Tints of Milk White #D8D7CE

Color information

#D8D7CE (or 0xD8D7CE) is unknown color: approx Milk White. HEX triplet: D8, D7 and CE. RGB value is (216,215,206). Sum of RGB (Red+Green+Blue) = 216+215+206=637 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.91% from 637); Green value is 215 (84.38% from 255 or 33.75% from 637); Blue value is 206 (80.86% from 255 or 32.34% from 637); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D7CE is #272831. Grayscale: #D6D6D6. Windows color (decimal): -2566194 or 13555672. OLE color: 13555672.

HSL color Cylindrical-coordinate representation of color #D8D7CE: hue angle of 54º degrees, saturation: 0.11, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D8D7CE is Cyan = 0, Magento = 0.00, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB216215206-
CMYK00.000.050.15
HSL54º11.36%82.75%-
HSV(B)54º4.63%84.71%-
XYZ63.7667.6668.09-
YUV214.27123.33129.23-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.91%
GREEN value IS 215 (84.38% from 255) = 33.75%
BLUE value IS 206 (80.86% from 255) = 32.34%
R=33.91%
G=33.75%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621520600.000.050.155411.3682.75
HexD8D7CE005F36b53
Octal330327316005176613123
Binary11011000110101111100111000101111111011010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D7CE; }

 p { color: rgb(216,215,206); }

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

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

 a { background-color: rgb(216,215,206); }

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

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

 span { border-color: rgb(216,215,206); }

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