#D9D7CA

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

Shades of Milk White #D9D7CA

Tints of Milk White #D9D7CA

Color information

#D9D7CA (or 0xD9D7CA) is unknown color: approx Milk White. HEX triplet: D9, D7 and CA. RGB value is (217,215,202). Sum of RGB (Red+Green+Blue) = 217+215+202=634 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.23% from 634); Green value is 215 (84.38% from 255 or 33.91% from 634); Blue value is 202 (79.30% from 255 or 31.86% from 634); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D7CA is #262835. Grayscale: #D6D6D6. Windows color (decimal): -2500662 or 13293529. OLE color: 13293529.

HSL color Cylindrical-coordinate representation of color #D9D7CA: hue angle of 52º degrees, saturation: 0.16, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D9D7CA is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB217215202-
CMYK00.010.070.15
HSL52º16.48%82.16%-
HSV(B)52º6.91%85.1%-
XYZ63.5867.6265.58-
YUV214.12121.16130.06-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.23%
GREEN value IS 215 (84.38% from 255) = 33.91%
BLUE value IS 202 (79.30% from 255) = 31.86%
R=34.23%
G=33.91%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721520200.010.070.155216.4882.16
HexD9D7CA017F341052
Octal331327312017176420122
Binary110110011101011111001010011111111110100100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D7CA; }

 p { color: rgb(217,215,202); }

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

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

 a { background-color: rgb(217,215,202); }

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

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

 span { border-color: rgb(217,215,202); }

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