#DCD9CA

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

Shades of Milk White #DCD9CA

Tints of Milk White #DCD9CA

Color information

#DCD9CA (or 0xDCD9CA) is unknown color: approx Milk White. HEX triplet: DC, D9 and CA. RGB value is (220,217,202). Sum of RGB (Red+Green+Blue) = 220+217+202=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 217 (85.16% from 255 or 33.96% from 639); Blue value is 202 (79.30% from 255 or 31.61% from 639); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD9CA is #232635. Grayscale: #D8D8D8. Windows color (decimal): -2303542 or 13294044. OLE color: 13294044.

HSL color Cylindrical-coordinate representation of color #DCD9CA: hue angle of 50º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCD9CA is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB220217202-
CMYK00.010.080.14
HSL50º20.45%82.75%-
HSV(B)50º8.18%86.27%-
XYZ64.9969.1165.79-
YUV216.19119.99130.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.43%
GREEN value IS 217 (85.16% from 255) = 33.96%
BLUE value IS 202 (79.30% from 255) = 31.61%
R=34.43%
G=33.96%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021720200.010.080.145020.4582.75
HexDCD9CA018E321453
Octal3343313120110166224123
Binary1101110011011001110010100110001110110010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD9CA; }

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

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

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

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

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

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

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

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