Shades of White Pointer #DBD7CB
Tints of White Pointer #DBD7CB
RGB
CMYK
RGB Variations
Color information
#DBD7CB (or 0xDBD7CB) is known color: White Pointer. HEX triplet: DB, D7 and CB. RGB value is (219,215,203). Sum of RGB (Red+Green+Blue) = 219+215+203=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 215 (84.38% from 255 or 33.75% from 637); Blue value is 203 (79.69% from 255 or 31.87% from 637); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD7CB is #242834. Grayscale: #D6D6D6. Windows color (decimal): -2369589 or 13359067. OLE color: 13359067.
HSL color Cylindrical-coordinate representation of color #DBD7CB: hue angle of 45º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBD7CB is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 215 | 203 | - |
CMYK | 0 | 0.02 | 0.07 | 0.14 |
HSL | 45º | 0.18% | 0.83% | - |
HSV(B) | 45º | 0.07% | 0.86% | - |
XYZ | 64.29 | 67.97 | 66.23 | - |
YUV | 214.83 | 121.33 | 130.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 215 | 203 | 0 | 0.02 | 0.07 | 0.14 | 45 | 0.18 | 0.83 |
Hex | DB | D7 | CB | 0 | 2 | 7 | E | 2D | 12 | 53 |
Octal | 333 | 327 | 313 | 0 | 2 | 7 | 16 | 55 | 22 | 123 |
Binary | 11011011 | 11010111 | 11001011 | 0 | 10 | 111 | 1110 | 101101 | 10010 | 1010011 |
Color Harmonies of #DBD7CB
Complementary color
Monochromatic Colors of #DBD7CB
Black with #DBD7CB
Text Example
Text Example
White with #DBD7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD7CB; }
p { color: rgb(219,215,203); }
H1.HeaderClassName
{
color: #DBD7CB;
}
.AnyTagClassName
{
color: #DBD7CB;
}
</style>
background-color css
<style>
a { background-color: #DBD7CB; }
a { background-color: rgb(219,215,203); }
div.DivClassName
{
background-color: #DBD7CB;
}
.BgClassName
{
background-color: #DBD7CB;
}
</style>
border-color css
<style>
span { border-color: #DBD7CB; }
span { border-color: rgb(219,215,203); }
td.TdClassName
{
border-color: #DBD7CB;
}
.TagClassName
{
border-color: #DBD7CB;
}
</style>