Shades of White Pointer #DBD5C6
Tints of White Pointer #DBD5C6
RGB
CMYK
RGB Variations
Color information
#DBD5C6 (or 0xDBD5C6) is known color: White Pointer. HEX triplet: DB, D5 and C6. RGB value is (219,213,198). Sum of RGB (Red+Green+Blue) = 219+213+198=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 213 (83.59% from 255 or 33.81% from 630); Blue value is 198 (77.73% from 255 or 31.43% from 630); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD5C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD5C6 is #242A39. Grayscale: #D5D5D5. Windows color (decimal): -2370106 or 13030875. OLE color: 13030875.
HSL color Cylindrical-coordinate representation of color #DBD5C6: hue angle of 42.86º 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 #DBD5C6 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 213 | 198 | - |
CMYK | 0 | 0.03 | 0.10 | 0.14 |
HSL | 42.86º | 0.23% | 0.82% | - |
HSV(B) | 42.86º | 0.1% | 0.86% | - |
XYZ | 63.2 | 66.73 | 62.97 | - |
YUV | 213.08 | 119.49 | 132.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 213 | 198 | 0 | 0.03 | 0.10 | 0.14 | 42.86 | 0.23 | 0.82 |
Hex | DB | D5 | C6 | 0 | 3 | A | E | 2B | 17 | 52 |
Octal | 333 | 325 | 306 | 0 | 3 | 12 | 16 | 53 | 27 | 122 |
Binary | 11011011 | 11010101 | 11000110 | 0 | 11 | 1010 | 1110 | 101011 | 10111 | 1010010 |
Color Harmonies of #DBD5C6
Complementary color
Monochromatic Colors of #DBD5C6
Black with #DBD5C6
Text Example
Text Example
White with #DBD5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD5C6; }
p { color: rgb(219,213,198); }
H1.HeaderClassName
{
color: #DBD5C6;
}
.AnyTagClassName
{
color: #DBD5C6;
}
</style>
background-color css
<style>
a { background-color: #DBD5C6; }
a { background-color: rgb(219,213,198); }
div.DivClassName
{
background-color: #DBD5C6;
}
.BgClassName
{
background-color: #DBD5C6;
}
</style>
border-color css
<style>
span { border-color: #DBD5C6; }
span { border-color: rgb(219,213,198); }
td.TdClassName
{
border-color: #DBD5C6;
}
.TagClassName
{
border-color: #DBD5C6;
}
</style>