#DCD9CC

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

Shades of Milk White #DCD9CC

Tints of Milk White #DCD9CC

Color information

#DCD9CC (or 0xDCD9CC) is unknown color: approx Milk White. HEX triplet: DC, D9 and CC. RGB value is (220,217,204). Sum of RGB (Red+Green+Blue) = 220+217+204=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 217 (85.16% from 255 or 33.85% from 641); Blue value is 204 (80.08% from 255 or 31.83% from 641); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD9CC is #232633. Grayscale: #D8D8D8. Windows color (decimal): -2303540 or 13425116. OLE color: 13425116.

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

Color convert

RGB220217204-
CMYK00.010.070.14
HSL48.75º18.6%83.14%-
HSV(B)48.75º7.27%86.27%-
XYZ65.2369.267.05-
YUV216.42120.99130.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.32%
GREEN value IS 217 (85.16% from 255) = 33.85%
BLUE value IS 204 (80.08% from 255) = 31.83%
R=34.32%
G=33.85%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021720400.010.070.1448.7518.683.14
HexDCD9CC017E311353
Octal334331314017166123123
Binary110111001101100111001100011111110110001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD9CC; }

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

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

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

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

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

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

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

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