#D7D6CE

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

Shades of Milk White #D7D6CE

Tints of Milk White #D7D6CE

Color information

#D7D6CE (or 0xD7D6CE) is unknown color: approx Milk White. HEX triplet: D7, D6 and CE. RGB value is (215,214,206). Sum of RGB (Red+Green+Blue) = 215+214+206=635 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.86% from 635); Green value is 214 (83.98% from 255 or 33.70% from 635); Blue value is 206 (80.86% from 255 or 32.44% from 635); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D6CE is #282931. Grayscale: #D5D5D5. Windows color (decimal): -2631986 or 13555415. OLE color: 13555415.

HSL color Cylindrical-coordinate representation of color #D7D6CE: hue angle of 53.33º degrees, saturation: 0.1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D7D6CE is Cyan = 0, Magento = 0.00, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB215214206-
CMYK00.000.040.16
HSL53.33º10.11%82.55%-
HSV(B)53.33º4.19%84.31%-
XYZ63.216767.99-
YUV213.39123.83129.15-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.86%
GREEN value IS 214 (83.98% from 255) = 33.70%
BLUE value IS 206 (80.86% from 255) = 32.44%
R=33.86%
G=33.70%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21521420600.000.040.1653.3310.1182.55
HexD7D6CE0041035a53
Octal327326316004206512123
Binary110101111101011011001110001001000011010110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D6CE; }

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

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

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

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

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

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

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

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