Shades of White Pointer #DCD8CC
Tints of White Pointer #DCD8CC
RGB
CMYK
RGB Variations
Color information
#DCD8CC (or 0xDCD8CC) is known color: White Pointer. HEX triplet: DC, D8 and CC. RGB value is (220,216,204). Sum of RGB (Red+Green+Blue) = 220+216+204=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 216 (84.77% from 255 or 33.75% from 640); Blue value is 204 (80.08% from 255 or 31.88% from 640); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD8CC is #232733. Grayscale: #D7D7D7. Windows color (decimal): -2303796 or 13424860. OLE color: 13424860.
HSL color Cylindrical-coordinate representation of color #DCD8CC: hue angle of 45º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCD8CC is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 204 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.14 |
| HSL | 45º | 0.19% | 0.83% | - |
| HSV(B) | 45º | 0.07% | 0.86% | - |
| XYZ | 64.97 | 68.69 | 66.96 | - |
| YUV | 215.83 | 121.33 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 204 | 0 | 0.02 | 0.07 | 0.14 | 45 | 0.19 | 0.83 |
| Hex | DC | D8 | CC | 0 | 2 | 7 | E | 2D | 13 | 53 |
| Octal | 334 | 330 | 314 | 0 | 2 | 7 | 16 | 55 | 23 | 123 |
| Binary | 11011100 | 11011000 | 11001100 | 0 | 10 | 111 | 1110 | 101101 | 10011 | 1010011 |
Color Harmonies of #DCD8CC
Complementary color
Monochromatic Colors of #DCD8CC
Black with #DCD8CC
Text Example
Text Example
White with #DCD8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD8CC; }
p { color: rgb(220,216,204); }
H1.HeaderClassName
{
color: #DCD8CC;
}
.AnyTagClassName
{
color: #DCD8CC;
}
</style>
background-color css
<style>
a { background-color: #DCD8CC; }
a { background-color: rgb(220,216,204); }
div.DivClassName
{
background-color: #DCD8CC;
}
.BgClassName
{
background-color: #DCD8CC;
}
</style>
border-color css
<style>
span { border-color: #DCD8CC; }
span { border-color: rgb(220,216,204); }
td.TdClassName
{
border-color: #DCD8CC;
}
.TagClassName
{
border-color: #DCD8CC;
}
</style>