Shades of White Pointer #DBD5CA
Tints of White Pointer #DBD5CA
RGB
CMYK
RGB Variations
Color information
#DBD5CA (or 0xDBD5CA) is known color: White Pointer. HEX triplet: DB, D5 and CA. RGB value is (219,213,202). Sum of RGB (Red+Green+Blue) = 219+213+202=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 213 (83.59% from 255 or 33.60% from 634); Blue value is 202 (79.30% from 255 or 31.86% from 634); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD5CA is #242A35. Grayscale: #D5D5D5. Windows color (decimal): -2370102 or 13293019. OLE color: 13293019.
HSL color Cylindrical-coordinate representation of color #DBD5CA: hue angle of 38.82º degrees, saturation: 0.19, 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 #DBD5CA is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 202 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.14 |
| HSL | 38.82º | 0.19% | 0.83% | - |
| HSV(B) | 38.82º | 0.08% | 0.86% | - |
| XYZ | 63.67 | 66.91 | 65.44 | - |
| YUV | 213.54 | 121.49 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 202 | 0 | 0.03 | 0.08 | 0.14 | 38.82 | 0.19 | 0.83 |
| Hex | DB | D5 | CA | 0 | 3 | 8 | E | 27 | 13 | 53 |
| Octal | 333 | 325 | 312 | 0 | 3 | 10 | 16 | 47 | 23 | 123 |
| Binary | 11011011 | 11010101 | 11001010 | 0 | 11 | 1000 | 1110 | 100111 | 10011 | 1010011 |
Color Harmonies of #DBD5CA
Complementary color
Monochromatic Colors of #DBD5CA
Black with #DBD5CA
Text Example
Text Example
White with #DBD5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD5CA; }
p { color: rgb(219,213,202); }
H1.HeaderClassName
{
color: #DBD5CA;
}
.AnyTagClassName
{
color: #DBD5CA;
}
</style>
background-color css
<style>
a { background-color: #DBD5CA; }
a { background-color: rgb(219,213,202); }
div.DivClassName
{
background-color: #DBD5CA;
}
.BgClassName
{
background-color: #DBD5CA;
}
</style>
border-color css
<style>
span { border-color: #DBD5CA; }
span { border-color: rgb(219,213,202); }
td.TdClassName
{
border-color: #DBD5CA;
}
.TagClassName
{
border-color: #DBD5CA;
}
</style>