#D7D6CD

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

Shades of Milk White #D7D6CD

Tints of Milk White #D7D6CD

Color information

#D7D6CD (or 0xD7D6CD) is unknown color: approx Milk White. HEX triplet: D7, D6 and CD. RGB value is (215,214,205). Sum of RGB (Red+Green+Blue) = 215+214+205=634 (83% of max value = 765). Red value is 215 (84.38% from 255 or 33.91% from 634); Green value is 214 (83.98% from 255 or 33.75% from 634); Blue value is 205 (80.47% from 255 or 32.33% from 634); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D6CD is #282932. Grayscale: #D5D5D5. Windows color (decimal): -2631987 or 13489879. OLE color: 13489879.

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

Color convert

RGB215214205-
CMYK00.000.050.16
HSL54º11.11%82.35%-
HSV(B)54º4.65%84.31%-
XYZ63.0966.9567.35-
YUV213.27123.33129.23-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.91%
GREEN value IS 214 (83.98% from 255) = 33.75%
BLUE value IS 205 (80.47% from 255) = 32.33%
R=33.91%
G=33.75%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21521420500.000.050.165411.1182.35
HexD7D6CD0051036b52
Octal327326315005206613122
Binary110101111101011011001101001011000011011010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D6CD; }

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

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

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

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

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

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

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

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