Shades of Prim #DBD6D7
Tints of Prim #DBD6D7
RGB
CMYK
RGB Variations
Color information
#DBD6D7 (or 0xDBD6D7) is known color: Prim. HEX triplet: DB, D6 and D7. RGB value is (219,214,215). Sum of RGB (Red+Green+Blue) = 219+214+215=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 214 (83.98% from 255 or 33.02% from 648); Blue value is 215 (84.38% from 255 or 33.18% from 648); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD6D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD6D7 is #242928. Grayscale: #D7D7D7. Windows color (decimal): -2369833 or 14145243. OLE color: 14145243.
HSL color Cylindrical-coordinate representation of color #DBD6D7: hue angle of 348º degrees, saturation: 0.06, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DBD6D7 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 214 | 215 | - |
CMYK | 0 | 0.02 | 0.02 | 0.14 |
HSL | 348º | 0.06% | 0.85% | - |
HSV(B) | 348º | 0.02% | 0.86% | - |
XYZ | 65.53 | 68.06 | 73.97 | - |
YUV | 215.61 | 127.66 | 130.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 214 | 215 | 0 | 0.02 | 0.02 | 0.14 | 348 | 0.06 | 0.85 |
Hex | DB | D6 | D7 | 0 | 2 | 2 | E | 15C | 6 | 55 |
Octal | 333 | 326 | 327 | 0 | 2 | 2 | 16 | 534 | 6 | 125 |
Binary | 11011011 | 11010110 | 11010111 | 0 | 10 | 10 | 1110 | 101011100 | 110 | 1010101 |
Color Harmonies of #DBD6D7
Complementary color
Monochromatic Colors of #DBD6D7
Black with #DBD6D7
Text Example
Text Example
White with #DBD6D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD6D7; }
p { color: rgb(219,214,215); }
H1.HeaderClassName
{
color: #DBD6D7;
}
.AnyTagClassName
{
color: #DBD6D7;
}
</style>
background-color css
<style>
a { background-color: #DBD6D7; }
a { background-color: rgb(219,214,215); }
div.DivClassName
{
background-color: #DBD6D7;
}
.BgClassName
{
background-color: #DBD6D7;
}
</style>
border-color css
<style>
span { border-color: #DBD6D7; }
span { border-color: rgb(219,214,215); }
td.TdClassName
{
border-color: #DBD6D7;
}
.TagClassName
{
border-color: #DBD6D7;
}
</style>