Shades of White Pointer #DBD6CA
Tints of White Pointer #DBD6CA
RGB
CMYK
RGB Variations
Color information
#DBD6CA (or 0xDBD6CA) is known color: White Pointer. HEX triplet: DB, D6 and CA. RGB value is (219,214,202). Sum of RGB (Red+Green+Blue) = 219+214+202=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 214 (83.98% from 255 or 33.70% from 635); Blue value is 202 (79.30% from 255 or 31.81% from 635); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD6CA is #242935. Grayscale: #D6D6D6. Windows color (decimal): -2369846 or 13293275. OLE color: 13293275.
HSL color Cylindrical-coordinate representation of color #DBD6CA: hue angle of 42.35º 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 #DBD6CA is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 214 | 202 | - |
CMYK | 0 | 0.02 | 0.08 | 0.14 |
HSL | 42.35º | 0.19% | 0.83% | - |
HSV(B) | 42.35º | 0.08% | 0.86% | - |
XYZ | 63.92 | 67.42 | 65.52 | - |
YUV | 214.13 | 121.16 | 131.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 214 | 202 | 0 | 0.02 | 0.08 | 0.14 | 42.35 | 0.19 | 0.83 |
Hex | DB | D6 | CA | 0 | 2 | 8 | E | 2A | 13 | 53 |
Octal | 333 | 326 | 312 | 0 | 2 | 10 | 16 | 52 | 23 | 123 |
Binary | 11011011 | 11010110 | 11001010 | 0 | 10 | 1000 | 1110 | 101010 | 10011 | 1010011 |
Color Harmonies of #DBD6CA
Complementary color
Monochromatic Colors of #DBD6CA
Black with #DBD6CA
Text Example
Text Example
White with #DBD6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD6CA; }
p { color: rgb(219,214,202); }
H1.HeaderClassName
{
color: #DBD6CA;
}
.AnyTagClassName
{
color: #DBD6CA;
}
</style>
background-color css
<style>
a { background-color: #DBD6CA; }
a { background-color: rgb(219,214,202); }
div.DivClassName
{
background-color: #DBD6CA;
}
.BgClassName
{
background-color: #DBD6CA;
}
</style>
border-color css
<style>
span { border-color: #DBD6CA; }
span { border-color: rgb(219,214,202); }
td.TdClassName
{
border-color: #DBD6CA;
}
.TagClassName
{
border-color: #DBD6CA;
}
</style>