Shades of White Pointer #DBD5C7
Tints of White Pointer #DBD5C7
RGB
CMYK
RGB Variations
Color information
#DBD5C7 (or 0xDBD5C7) is known color: White Pointer. HEX triplet: DB, D5 and C7. RGB value is (219,213,199). Sum of RGB (Red+Green+Blue) = 219+213+199=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 213 (83.59% from 255 or 33.76% from 631); Blue value is 199 (78.12% from 255 or 31.54% from 631); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD5C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD5C7 is #242A38. Grayscale: #D5D5D5. Windows color (decimal): -2370105 or 13096411. OLE color: 13096411.
HSL color Cylindrical-coordinate representation of color #DBD5C7: hue angle of 42º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBD5C7 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 213 | 199 | - |
CMYK | 0 | 0.03 | 0.09 | 0.14 |
HSL | 42º | 0.22% | 0.82% | - |
HSV(B) | 42º | 0.09% | 0.86% | - |
XYZ | 63.32 | 66.77 | 63.58 | - |
YUV | 213.2 | 119.99 | 132.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 213 | 199 | 0 | 0.03 | 0.09 | 0.14 | 42 | 0.22 | 0.82 |
Hex | DB | D5 | C7 | 0 | 3 | 9 | E | 2A | 16 | 52 |
Octal | 333 | 325 | 307 | 0 | 3 | 11 | 16 | 52 | 26 | 122 |
Binary | 11011011 | 11010101 | 11000111 | 0 | 11 | 1001 | 1110 | 101010 | 10110 | 1010010 |
Color Harmonies of #DBD5C7
Complementary color
Monochromatic Colors of #DBD5C7
Black with #DBD5C7
Text Example
Text Example
White with #DBD5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD5C7; }
p { color: rgb(219,213,199); }
H1.HeaderClassName
{
color: #DBD5C7;
}
.AnyTagClassName
{
color: #DBD5C7;
}
</style>
background-color css
<style>
a { background-color: #DBD5C7; }
a { background-color: rgb(219,213,199); }
div.DivClassName
{
background-color: #DBD5C7;
}
.BgClassName
{
background-color: #DBD5C7;
}
</style>
border-color css
<style>
span { border-color: #DBD5C7; }
span { border-color: rgb(219,213,199); }
td.TdClassName
{
border-color: #DBD5C7;
}
.TagClassName
{
border-color: #DBD5C7;
}
</style>