#DCDACC

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

Shades of Milk White #DCDACC

Tints of Milk White #DCDACC

Color information

#DCDACC (or 0xDCDACC) is unknown color: approx Milk White. HEX triplet: DC, DA and CC. RGB value is (220,218,204). Sum of RGB (Red+Green+Blue) = 220+218+204=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 218 (85.55% from 255 or 33.96% from 642); Blue value is 204 (80.08% from 255 or 31.78% from 642); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDACC is #232533. Grayscale: #D9D9D9. Windows color (decimal): -2303284 or 13425372. OLE color: 13425372.

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

Color convert

RGB220218204-
CMYK00.010.070.14
HSL52.5º18.6%83.14%-
HSV(B)52.5º7.27%86.27%-
XYZ65.4969.7267.13-
YUV217120.66130.14-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.27%
GREEN value IS 218 (85.55% from 255) = 33.96%
BLUE value IS 204 (80.08% from 255) = 31.78%
R=34.27%
G=33.96%
B=31.78%

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
Decimal22021820400.010.070.1452.518.683.14
HexDCDACC017E341353
Octal334332314017166423123
Binary110111001101101011001100011111110110100100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDACC; }

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

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

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

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

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

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

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

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