Shades of Milk White #DCD8C9
Tints of Milk White #DCD8C9
RGB
CMYK
RGB Variations
Color information
#DCD8C9 (or 0xDCD8C9) is known color: Milk White. HEX triplet: DC, D8 and C9. RGB value is (220,216,201). Sum of RGB (Red+Green+Blue) = 220+216+201=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 216 (84.77% from 255 or 33.91% from 637); Blue value is 201 (78.91% from 255 or 31.55% from 637); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD8C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD8C9 is #232736. Grayscale: #D7D7D7. Windows color (decimal): -2303799 or 13228252. OLE color: 13228252.
HSL color Cylindrical-coordinate representation of color #DCD8C9: hue angle of 47.37º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCD8C9 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 216 | 201 | - |
CMYK | 0 | 0.02 | 0.09 | 0.14 |
HSL | 47.37º | 0.21% | 0.83% | - |
HSV(B) | 47.37º | 0.09% | 0.86% | - |
XYZ | 64.61 | 68.54 | 65.08 | - |
YUV | 215.49 | 119.83 | 131.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 216 | 201 | 0 | 0.02 | 0.09 | 0.14 | 47.37 | 0.21 | 0.83 |
Hex | DC | D8 | C9 | 0 | 2 | 9 | E | 2F | 15 | 53 |
Octal | 334 | 330 | 311 | 0 | 2 | 11 | 16 | 57 | 25 | 123 |
Binary | 11011100 | 11011000 | 11001001 | 0 | 10 | 1001 | 1110 | 101111 | 10101 | 1010011 |
Color Harmonies of #DCD8C9
Complementary color
Monochromatic Colors of #DCD8C9
Black with #DCD8C9
Text Example
Text Example
White with #DCD8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD8C9; }
p { color: rgb(220,216,201); }
H1.HeaderClassName
{
color: #DCD8C9;
}
.AnyTagClassName
{
color: #DCD8C9;
}
</style>
background-color css
<style>
a { background-color: #DCD8C9; }
a { background-color: rgb(220,216,201); }
div.DivClassName
{
background-color: #DCD8C9;
}
.BgClassName
{
background-color: #DCD8C9;
}
</style>
border-color css
<style>
span { border-color: #DCD8C9; }
span { border-color: rgb(220,216,201); }
td.TdClassName
{
border-color: #DCD8C9;
}
.TagClassName
{
border-color: #DCD8C9;
}
</style>