#D7D5CD

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

Shades of Milk White #D7D5CD

Tints of Milk White #D7D5CD

Color information

#D7D5CD (or 0xD7D5CD) is unknown color: approx Milk White. HEX triplet: D7, D5 and CD. RGB value is (215,213,205). Sum of RGB (Red+Green+Blue) = 215+213+205=633 (83% of max value = 765). Red value is 215 (84.38% from 255 or 33.97% from 633); Green value is 213 (83.59% from 255 or 33.65% from 633); Blue value is 205 (80.47% from 255 or 32.39% from 633); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D5CD is #282A32. Grayscale: #D4D4D4. Windows color (decimal): -2632243 or 13489623. OLE color: 13489623.

HSL color Cylindrical-coordinate representation of color #D7D5CD: hue angle of 48º 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 #D7D5CD is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB215213205-
CMYK00.010.050.16
HSL48º11.11%82.35%-
HSV(B)48º4.65%84.31%-
XYZ62.8466.4467.27-
YUV212.69123.66129.65-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.97%
GREEN value IS 213 (83.59% from 255) = 33.65%
BLUE value IS 205 (80.47% from 255) = 32.39%
R=33.97%
G=33.65%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21521320500.010.050.164811.1182.35
HexD7D5CD0151030b52
Octal327325315015206013122
Binary110101111101010111001101011011000011000010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D5CD; }

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

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

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

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

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

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

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

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