Shades of White Pointer #DCD6C7
Tints of White Pointer #DCD6C7
RGB
CMYK
RGB Variations
Color information
#DCD6C7 (or 0xDCD6C7) is known color: White Pointer. HEX triplet: DC, D6 and C7. RGB value is (220,214,199). Sum of RGB (Red+Green+Blue) = 220+214+199=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 214 (83.98% from 255 or 33.81% from 633); Blue value is 199 (78.12% from 255 or 31.44% from 633); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD6C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD6C7 is #232938. Grayscale: #D6D6D6. Windows color (decimal): -2304313 or 13096668. OLE color: 13096668.
HSL color Cylindrical-coordinate representation of color #DCD6C7: hue angle of 42.86º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCD6C7 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 199 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.14 |
| HSL | 42.86º | 0.23% | 0.82% | - |
| HSV(B) | 42.86º | 0.1% | 0.86% | - |
| XYZ | 63.87 | 67.43 | 63.68 | - |
| YUV | 214.08 | 119.49 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 199 | 0 | 0.03 | 0.10 | 0.14 | 42.86 | 0.23 | 0.82 |
| Hex | DC | D6 | C7 | 0 | 3 | A | E | 2B | 17 | 52 |
| Octal | 334 | 326 | 307 | 0 | 3 | 12 | 16 | 53 | 27 | 122 |
| Binary | 11011100 | 11010110 | 11000111 | 0 | 11 | 1010 | 1110 | 101011 | 10111 | 1010010 |
Color Harmonies of #DCD6C7
Complementary color
Monochromatic Colors of #DCD6C7
Black with #DCD6C7
Text Example
Text Example
White with #DCD6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD6C7; }
p { color: rgb(220,214,199); }
H1.HeaderClassName
{
color: #DCD6C7;
}
.AnyTagClassName
{
color: #DCD6C7;
}
</style>
background-color css
<style>
a { background-color: #DCD6C7; }
a { background-color: rgb(220,214,199); }
div.DivClassName
{
background-color: #DCD6C7;
}
.BgClassName
{
background-color: #DCD6C7;
}
</style>
border-color css
<style>
span { border-color: #DCD6C7; }
span { border-color: rgb(220,214,199); }
td.TdClassName
{
border-color: #DCD6C7;
}
.TagClassName
{
border-color: #DCD6C7;
}
</style>