#DCDAD1

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

Shades of Milk White #DCDAD1

Tints of Milk White #DCDAD1

Color information

#DCDAD1 (or 0xDCDAD1) is unknown color: approx Milk White. HEX triplet: DC, DA and D1. RGB value is (220,218,209). Sum of RGB (Red+Green+Blue) = 220+218+209=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 218 (85.55% from 255 or 33.69% from 647); Blue value is 209 (82.03% from 255 or 32.30% from 647); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDAD1 is #23252E. Grayscale: #D9D9D9. Windows color (decimal): -2303279 or 13753052. OLE color: 13753052.

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

Color convert

RGB220218209-
CMYK00.010.050.14
HSL49.09º13.58%84.12%-
HSV(B)49.09º5%86.27%-
XYZ66.169.9670.34-
YUV217.57123.16129.73-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.00%
GREEN value IS 218 (85.55% from 255) = 33.69%
BLUE value IS 209 (82.03% from 255) = 32.30%
R=34.00%
G=33.69%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021820900.010.050.1449.0913.5884.12
HexDCDAD1015E31e54
Octal334332321015166116124
Binary11011100110110101101000101101111011000111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDAD1; }

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

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

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

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

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

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

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

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