Shades of Milk White #DCDAD0
Tints of Milk White #DCDAD0
RGB
CMYK
RGB Variations
Color information
#DCDAD0 (or 0xDCDAD0) is known color: Milk White. HEX triplet: DC, DA and D0. RGB value is (220,218,208). Sum of RGB (Red+Green+Blue) = 220+218+208=646 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.06% from 646); Green value is 218 (85.55% from 255 or 33.75% from 646); Blue value is 208 (81.64% from 255 or 32.20% from 646); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDAD0 is #23252F. Grayscale: #D9D9D9. Windows color (decimal): -2303280 or 13687516. OLE color: 13687516.
HSL color Cylindrical-coordinate representation of color #DCDAD0: hue angle of 50º degrees, saturation: 0.15, 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 #DCDAD0 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 218 | 208 | - |
CMYK | 0 | 0.01 | 0.05 | 0.14 |
HSL | 50º | 0.15% | 0.84% | - |
HSV(B) | 50º | 0.05% | 0.86% | - |
XYZ | 65.97 | 69.91 | 69.69 | - |
YUV | 217.46 | 122.66 | 129.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 218 | 208 | 0 | 0.01 | 0.05 | 0.14 | 50 | 0.15 | 0.84 |
Hex | DC | DA | D0 | 0 | 1 | 5 | E | 32 | F | 54 |
Octal | 334 | 332 | 320 | 0 | 1 | 5 | 16 | 62 | 17 | 124 |
Binary | 11011100 | 11011010 | 11010000 | 0 | 1 | 101 | 1110 | 110010 | 1111 | 1010100 |
Color Harmonies of #DCDAD0
Complementary color
Monochromatic Colors of #DCDAD0
Black with #DCDAD0
Text Example
Text Example
White with #DCDAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDAD0; }
p { color: rgb(220,218,208); }
H1.HeaderClassName
{
color: #DCDAD0;
}
.AnyTagClassName
{
color: #DCDAD0;
}
</style>
background-color css
<style>
a { background-color: #DCDAD0; }
a { background-color: rgb(220,218,208); }
div.DivClassName
{
background-color: #DCDAD0;
}
.BgClassName
{
background-color: #DCDAD0;
}
</style>
border-color css
<style>
span { border-color: #DCDAD0; }
span { border-color: rgb(220,218,208); }
td.TdClassName
{
border-color: #DCDAD0;
}
.TagClassName
{
border-color: #DCDAD0;
}
</style>