Shades of Milk White #DCD8CB
Tints of Milk White #DCD8CB
RGB
CMYK
RGB Variations
Color information
#DCD8CB (or 0xDCD8CB) is known color: Milk White. HEX triplet: DC, D8 and CB. RGB value is (220,216,203). Sum of RGB (Red+Green+Blue) = 220+216+203=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 216 (84.77% from 255 or 33.80% from 639); Blue value is 203 (79.69% from 255 or 31.77% from 639); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD8CB is #232734. Grayscale: #D7D7D7. Windows color (decimal): -2303797 or 13359324. OLE color: 13359324.
HSL color Cylindrical-coordinate representation of color #DCD8CB: hue angle of 45.88º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCD8CB is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 216 | 203 | - |
CMYK | 0 | 0.02 | 0.08 | 0.14 |
HSL | 45.88º | 0.2% | 0.83% | - |
HSV(B) | 45.88º | 0.08% | 0.86% | - |
XYZ | 64.85 | 68.64 | 66.33 | - |
YUV | 215.71 | 120.83 | 131.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 216 | 203 | 0 | 0.02 | 0.08 | 0.14 | 45.88 | 0.2 | 0.83 |
Hex | DC | D8 | CB | 0 | 2 | 8 | E | 2E | 14 | 53 |
Octal | 334 | 330 | 313 | 0 | 2 | 10 | 16 | 56 | 24 | 123 |
Binary | 11011100 | 11011000 | 11001011 | 0 | 10 | 1000 | 1110 | 101110 | 10100 | 1010011 |
Color Harmonies of #DCD8CB
Complementary color
Monochromatic Colors of #DCD8CB
Black with #DCD8CB
Text Example
Text Example
White with #DCD8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD8CB; }
p { color: rgb(220,216,203); }
H1.HeaderClassName
{
color: #DCD8CB;
}
.AnyTagClassName
{
color: #DCD8CB;
}
</style>
background-color css
<style>
a { background-color: #DCD8CB; }
a { background-color: rgb(220,216,203); }
div.DivClassName
{
background-color: #DCD8CB;
}
.BgClassName
{
background-color: #DCD8CB;
}
</style>
border-color css
<style>
span { border-color: #DCD8CB; }
span { border-color: rgb(220,216,203); }
td.TdClassName
{
border-color: #DCD8CB;
}
.TagClassName
{
border-color: #DCD8CB;
}
</style>