Shades of White Pointer #DCD6CB
Tints of White Pointer #DCD6CB
RGB
CMYK
RGB Variations
Color information
#DCD6CB (or 0xDCD6CB) is known color: White Pointer. HEX triplet: DC, D6 and CB. RGB value is (220,214,203). Sum of RGB (Red+Green+Blue) = 220+214+203=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 214 (83.98% from 255 or 33.59% from 637); Blue value is 203 (79.69% from 255 or 31.87% from 637); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD6CB is #232934. Grayscale: #D6D6D6. Windows color (decimal): -2304309 or 13358812. OLE color: 13358812.
HSL color Cylindrical-coordinate representation of color #DCD6CB: hue angle of 38.82º 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 #DCD6CB is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 203 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.14 |
| HSL | 38.82º | 0.2% | 0.83% | - |
| HSV(B) | 38.82º | 0.08% | 0.86% | - |
| XYZ | 64.34 | 67.62 | 66.16 | - |
| YUV | 214.54 | 121.49 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 203 | 0 | 0.03 | 0.08 | 0.14 | 38.82 | 0.2 | 0.83 |
| Hex | DC | D6 | CB | 0 | 3 | 8 | E | 27 | 14 | 53 |
| Octal | 334 | 326 | 313 | 0 | 3 | 10 | 16 | 47 | 24 | 123 |
| Binary | 11011100 | 11010110 | 11001011 | 0 | 11 | 1000 | 1110 | 100111 | 10100 | 1010011 |
Color Harmonies of #DCD6CB
Complementary color
Monochromatic Colors of #DCD6CB
Black with #DCD6CB
Text Example
Text Example
White with #DCD6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD6CB; }
p { color: rgb(220,214,203); }
H1.HeaderClassName
{
color: #DCD6CB;
}
.AnyTagClassName
{
color: #DCD6CB;
}
</style>
background-color css
<style>
a { background-color: #DCD6CB; }
a { background-color: rgb(220,214,203); }
div.DivClassName
{
background-color: #DCD6CB;
}
.BgClassName
{
background-color: #DCD6CB;
}
</style>
border-color css
<style>
span { border-color: #DCD6CB; }
span { border-color: rgb(220,214,203); }
td.TdClassName
{
border-color: #DCD6CB;
}
.TagClassName
{
border-color: #DCD6CB;
}
</style>