Shades of White Pointer #DCD6C8
Tints of White Pointer #DCD6C8
RGB
CMYK
RGB Variations
Color information
#DCD6C8 (or 0xDCD6C8) is known color: White Pointer. HEX triplet: DC, D6 and C8. RGB value is (220,214,200). Sum of RGB (Red+Green+Blue) = 220+214+200=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 214 (83.98% from 255 or 33.75% from 634); Blue value is 200 (78.52% from 255 or 31.55% from 634); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD6C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD6C8 is #232937. Grayscale: #D6D6D6. Windows color (decimal): -2304312 or 13162204. OLE color: 13162204.
HSL color Cylindrical-coordinate representation of color #DCD6C8: hue angle of 42º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCD6C8 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 200 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.14 |
| HSL | 42º | 0.22% | 0.82% | - |
| HSV(B) | 42º | 0.09% | 0.86% | - |
| XYZ | 63.99 | 67.48 | 64.3 | - |
| YUV | 214.2 | 119.99 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 200 | 0 | 0.03 | 0.09 | 0.14 | 42 | 0.22 | 0.82 |
| Hex | DC | D6 | C8 | 0 | 3 | 9 | E | 2A | 16 | 52 |
| Octal | 334 | 326 | 310 | 0 | 3 | 11 | 16 | 52 | 26 | 122 |
| Binary | 11011100 | 11010110 | 11001000 | 0 | 11 | 1001 | 1110 | 101010 | 10110 | 1010010 |
Color Harmonies of #DCD6C8
Complementary color
Monochromatic Colors of #DCD6C8
Black with #DCD6C8
Text Example
Text Example
White with #DCD6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD6C8; }
p { color: rgb(220,214,200); }
H1.HeaderClassName
{
color: #DCD6C8;
}
.AnyTagClassName
{
color: #DCD6C8;
}
</style>
background-color css
<style>
a { background-color: #DCD6C8; }
a { background-color: rgb(220,214,200); }
div.DivClassName
{
background-color: #DCD6C8;
}
.BgClassName
{
background-color: #DCD6C8;
}
</style>
border-color css
<style>
span { border-color: #DCD6C8; }
span { border-color: rgb(220,214,200); }
td.TdClassName
{
border-color: #DCD6C8;
}
.TagClassName
{
border-color: #DCD6C8;
}
</style>