Shades of White Pointer #DCD5C5
Tints of White Pointer #DCD5C5
RGB
CMYK
RGB Variations
Color information
#DCD5C5 (or 0xDCD5C5) is known color: White Pointer. HEX triplet: DC, D5 and C5. RGB value is (220,213,197). Sum of RGB (Red+Green+Blue) = 220+213+197=630 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.92% from 630); Green value is 213 (83.59% from 255 or 33.81% from 630); Blue value is 197 (77.34% from 255 or 31.27% from 630); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD5C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD5C5 is #232A3A. Grayscale: #D5D5D5. Windows color (decimal): -2304571 or 12965340. OLE color: 12965340.
HSL color Cylindrical-coordinate representation of color #DCD5C5: hue angle of 41.74º degrees, saturation: 0.25, 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 #DCD5C5 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 197 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.14 |
| HSL | 41.74º | 0.25% | 0.82% | - |
| HSV(B) | 41.74º | 0.1% | 0.86% | - |
| XYZ | 63.39 | 66.84 | 62.38 | - |
| YUV | 213.27 | 118.82 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 197 | 0 | 0.03 | 0.10 | 0.14 | 41.74 | 0.25 | 0.82 |
| Hex | DC | D5 | C5 | 0 | 3 | A | E | 2A | 19 | 52 |
| Octal | 334 | 325 | 305 | 0 | 3 | 12 | 16 | 52 | 31 | 122 |
| Binary | 11011100 | 11010101 | 11000101 | 0 | 11 | 1010 | 1110 | 101010 | 11001 | 1010010 |
Color Harmonies of #DCD5C5
Complementary color
Monochromatic Colors of #DCD5C5
Black with #DCD5C5
Text Example
Text Example
White with #DCD5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD5C5; }
p { color: rgb(220,213,197); }
H1.HeaderClassName
{
color: #DCD5C5;
}
.AnyTagClassName
{
color: #DCD5C5;
}
</style>
background-color css
<style>
a { background-color: #DCD5C5; }
a { background-color: rgb(220,213,197); }
div.DivClassName
{
background-color: #DCD5C5;
}
.BgClassName
{
background-color: #DCD5C5;
}
</style>
border-color css
<style>
span { border-color: #DCD5C5; }
span { border-color: rgb(220,213,197); }
td.TdClassName
{
border-color: #DCD5C5;
}
.TagClassName
{
border-color: #DCD5C5;
}
</style>