Shades of White Pointer #DBD4C6
Tints of White Pointer #DBD4C6
RGB
CMYK
RGB Variations
Color information
#DBD4C6 (or 0xDBD4C6) is known color: White Pointer. HEX triplet: DB, D4 and C6. RGB value is (219,212,198). Sum of RGB (Red+Green+Blue) = 219+212+198=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 212 (83.20% from 255 or 33.70% from 629); Blue value is 198 (77.73% from 255 or 31.48% from 629); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD4C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD4C6 is #242B39. Grayscale: #D4D4D4. Windows color (decimal): -2370362 or 13030619. OLE color: 13030619.
HSL color Cylindrical-coordinate representation of color #DBD4C6: hue angle of 40º 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 #DBD4C6 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 212 | 198 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.14 |
| HSL | 40º | 0.23% | 0.82% | - |
| HSV(B) | 40º | 0.1% | 0.86% | - |
| XYZ | 62.95 | 66.22 | 62.89 | - |
| YUV | 212.5 | 119.82 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 212 | 198 | 0 | 0.03 | 0.10 | 0.14 | 40 | 0.23 | 0.82 |
| Hex | DB | D4 | C6 | 0 | 3 | A | E | 28 | 17 | 52 |
| Octal | 333 | 324 | 306 | 0 | 3 | 12 | 16 | 50 | 27 | 122 |
| Binary | 11011011 | 11010100 | 11000110 | 0 | 11 | 1010 | 1110 | 101000 | 10111 | 1010010 |
Color Harmonies of #DBD4C6
Complementary color
Monochromatic Colors of #DBD4C6
Black with #DBD4C6
Text Example
Text Example
White with #DBD4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD4C6; }
p { color: rgb(219,212,198); }
H1.HeaderClassName
{
color: #DBD4C6;
}
.AnyTagClassName
{
color: #DBD4C6;
}
</style>
background-color css
<style>
a { background-color: #DBD4C6; }
a { background-color: rgb(219,212,198); }
div.DivClassName
{
background-color: #DBD4C6;
}
.BgClassName
{
background-color: #DBD4C6;
}
</style>
border-color css
<style>
span { border-color: #DBD4C6; }
span { border-color: rgb(219,212,198); }
td.TdClassName
{
border-color: #DBD4C6;
}
.TagClassName
{
border-color: #DBD4C6;
}
</style>