Shades of Milk White #DCDAD2
Tints of Milk White #DCDAD2
RGB
CMYK
RGB Variations
Color information
#DCDAD2 (or 0xDCDAD2) is known color: Milk White. HEX triplet: DC, DA and D2. RGB value is (220,218,210). Sum of RGB (Red+Green+Blue) = 220+218+210=648 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.95% from 648); Green value is 218 (85.55% from 255 or 33.64% from 648); Blue value is 210 (82.42% from 255 or 32.41% from 648); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDAD2 is #23252D. Grayscale: #D9D9D9. Windows color (decimal): -2303278 or 13818588. OLE color: 13818588.
HSL color Cylindrical-coordinate representation of color #DCDAD2: hue angle of 48º degrees, saturation: 0.12, 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 #DCDAD2 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 218 | 210 | - |
CMYK | 0 | 0.01 | 0.05 | 0.14 |
HSL | 48º | 0.13% | 0.84% | - |
HSV(B) | 48º | 0.05% | 0.86% | - |
XYZ | 66.22 | 70.01 | 71 | - |
YUV | 217.69 | 123.66 | 129.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 218 | 210 | 0 | 0.01 | 0.05 | 0.14 | 48 | 0.13 | 0.84 |
Hex | DC | DA | D2 | 0 | 1 | 5 | E | 30 | C | 54 |
Octal | 334 | 332 | 322 | 0 | 1 | 5 | 16 | 60 | 14 | 124 |
Binary | 11011100 | 11011010 | 11010010 | 0 | 1 | 101 | 1110 | 110000 | 1100 | 1010100 |
Color Harmonies of #DCDAD2
Complementary color
Monochromatic Colors of #DCDAD2
Black with #DCDAD2
Text Example
Text Example
White with #DCDAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDAD2; }
p { color: rgb(220,218,210); }
H1.HeaderClassName
{
color: #DCDAD2;
}
.AnyTagClassName
{
color: #DCDAD2;
}
</style>
background-color css
<style>
a { background-color: #DCDAD2; }
a { background-color: rgb(220,218,210); }
div.DivClassName
{
background-color: #DCDAD2;
}
.BgClassName
{
background-color: #DCDAD2;
}
</style>
border-color css
<style>
span { border-color: #DCDAD2; }
span { border-color: rgb(220,218,210); }
td.TdClassName
{
border-color: #DCDAD2;
}
.TagClassName
{
border-color: #DCDAD2;
}
</style>