Shades of White Pointer #DCD5C7
Tints of White Pointer #DCD5C7
RGB
CMYK
RGB Variations
Color information
#DCD5C7 (or 0xDCD5C7) is known color: White Pointer. HEX triplet: DC, D5 and C7. RGB value is (220,213,199). Sum of RGB (Red+Green+Blue) = 220+213+199=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 213 (83.59% from 255 or 33.70% from 632); Blue value is 199 (78.12% from 255 or 31.49% from 632); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD5C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD5C7 is #232A38. Grayscale: #D5D5D5. Windows color (decimal): -2304569 or 13096412. OLE color: 13096412.
HSL color Cylindrical-coordinate representation of color #DCD5C7: hue angle of 40º 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 #DCD5C7 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 199 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.14 |
| HSL | 40º | 0.23% | 0.82% | - |
| HSV(B) | 40º | 0.1% | 0.86% | - |
| XYZ | 63.62 | 66.93 | 63.6 | - |
| YUV | 213.5 | 119.82 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 199 | 0 | 0.03 | 0.10 | 0.14 | 40 | 0.23 | 0.82 |
| Hex | DC | D5 | C7 | 0 | 3 | A | E | 28 | 17 | 52 |
| Octal | 334 | 325 | 307 | 0 | 3 | 12 | 16 | 50 | 27 | 122 |
| Binary | 11011100 | 11010101 | 11000111 | 0 | 11 | 1010 | 1110 | 101000 | 10111 | 1010010 |
Color Harmonies of #DCD5C7
Complementary color
Monochromatic Colors of #DCD5C7
Black with #DCD5C7
Text Example
Text Example
White with #DCD5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD5C7; }
p { color: rgb(220,213,199); }
H1.HeaderClassName
{
color: #DCD5C7;
}
.AnyTagClassName
{
color: #DCD5C7;
}
</style>
background-color css
<style>
a { background-color: #DCD5C7; }
a { background-color: rgb(220,213,199); }
div.DivClassName
{
background-color: #DCD5C7;
}
.BgClassName
{
background-color: #DCD5C7;
}
</style>
border-color css
<style>
span { border-color: #DCD5C7; }
span { border-color: rgb(220,213,199); }
td.TdClassName
{
border-color: #DCD5C7;
}
.TagClassName
{
border-color: #DCD5C7;
}
</style>