Shades of White Pointer #DBD4C7
Tints of White Pointer #DBD4C7
RGB
CMYK
RGB Variations
Color information
#DBD4C7 (or 0xDBD4C7) is known color: White Pointer. HEX triplet: DB, D4 and C7. RGB value is (219,212,199). Sum of RGB (Red+Green+Blue) = 219+212+199=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 212 (83.20% from 255 or 33.65% from 630); Blue value is 199 (78.12% from 255 or 31.59% from 630); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD4C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD4C7 is #242B38. Grayscale: #D4D4D4. Windows color (decimal): -2370361 or 13096155. OLE color: 13096155.
HSL color Cylindrical-coordinate representation of color #DBD4C7: hue angle of 39º 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 #DBD4C7 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 212 | 199 | - |
CMYK | 0 | 0.03 | 0.09 | 0.14 |
HSL | 39º | 0.22% | 0.82% | - |
HSV(B) | 39º | 0.09% | 0.86% | - |
XYZ | 63.07 | 66.27 | 63.5 | - |
YUV | 212.61 | 120.32 | 132.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 212 | 199 | 0 | 0.03 | 0.09 | 0.14 | 39 | 0.22 | 0.82 |
Hex | DB | D4 | C7 | 0 | 3 | 9 | E | 27 | 16 | 52 |
Octal | 333 | 324 | 307 | 0 | 3 | 11 | 16 | 47 | 26 | 122 |
Binary | 11011011 | 11010100 | 11000111 | 0 | 11 | 1001 | 1110 | 100111 | 10110 | 1010010 |
Color Harmonies of #DBD4C7
Complementary color
Monochromatic Colors of #DBD4C7
Black with #DBD4C7
Text Example
Text Example
White with #DBD4C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD4C7; }
p { color: rgb(219,212,199); }
H1.HeaderClassName
{
color: #DBD4C7;
}
.AnyTagClassName
{
color: #DBD4C7;
}
</style>
background-color css
<style>
a { background-color: #DBD4C7; }
a { background-color: rgb(219,212,199); }
div.DivClassName
{
background-color: #DBD4C7;
}
.BgClassName
{
background-color: #DBD4C7;
}
</style>
border-color css
<style>
span { border-color: #DBD4C7; }
span { border-color: rgb(219,212,199); }
td.TdClassName
{
border-color: #DBD4C7;
}
.TagClassName
{
border-color: #DBD4C7;
}
</style>