Shades of White Pointer #DBD5C5
Tints of White Pointer #DBD5C5
RGB
CMYK
RGB Variations
Color information
#DBD5C5 (or 0xDBD5C5) is known color: White Pointer. HEX triplet: DB, D5 and C5. RGB value is (219,213,197). Sum of RGB (Red+Green+Blue) = 219+213+197=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 213 (83.59% from 255 or 33.86% from 629); Blue value is 197 (77.34% from 255 or 31.32% from 629); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD5C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD5C5 is #242A3A. Grayscale: #D5D5D5. Windows color (decimal): -2370107 or 12965339. OLE color: 12965339.
HSL color Cylindrical-coordinate representation of color #DBD5C5: hue angle of 43.64º 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 #DBD5C5 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 197 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.14 |
| HSL | 43.64º | 0.23% | 0.82% | - |
| HSV(B) | 43.64º | 0.1% | 0.86% | - |
| XYZ | 63.09 | 66.68 | 62.37 | - |
| YUV | 212.97 | 118.99 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 197 | 0 | 0.03 | 0.10 | 0.14 | 43.64 | 0.23 | 0.82 |
| Hex | DB | D5 | C5 | 0 | 3 | A | E | 2C | 17 | 52 |
| Octal | 333 | 325 | 305 | 0 | 3 | 12 | 16 | 54 | 27 | 122 |
| Binary | 11011011 | 11010101 | 11000101 | 0 | 11 | 1010 | 1110 | 101100 | 10111 | 1010010 |
Color Harmonies of #DBD5C5
Complementary color
Monochromatic Colors of #DBD5C5
Black with #DBD5C5
Text Example
Text Example
White with #DBD5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD5C5; }
p { color: rgb(219,213,197); }
H1.HeaderClassName
{
color: #DBD5C5;
}
.AnyTagClassName
{
color: #DBD5C5;
}
</style>
background-color css
<style>
a { background-color: #DBD5C5; }
a { background-color: rgb(219,213,197); }
div.DivClassName
{
background-color: #DBD5C5;
}
.BgClassName
{
background-color: #DBD5C5;
}
</style>
border-color css
<style>
span { border-color: #DBD5C5; }
span { border-color: rgb(219,213,197); }
td.TdClassName
{
border-color: #DBD5C5;
}
.TagClassName
{
border-color: #DBD5C5;
}
</style>