Shades of Prim #DBD0D6
Tints of Prim #DBD0D6
RGB
CMYK
RGB Variations
Color information
#DBD0D6 (or 0xDBD0D6) is known color: Prim. HEX triplet: DB, D0 and D6. RGB value is (219,208,214). Sum of RGB (Red+Green+Blue) = 219+208+214=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 208 (81.64% from 255 or 32.45% from 641); Blue value is 214 (83.98% from 255 or 33.39% from 641); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD0D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD0D6 is #242F29. Grayscale: #D3D3D3. Windows color (decimal): -2371370 or 14078171. OLE color: 14078171.
HSL color Cylindrical-coordinate representation of color #DBD0D6: hue angle of 327.27º degrees, saturation: 0.13, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DBD0D6 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 208 | 214 | - |
CMYK | 0 | 0.05 | 0.02 | 0.14 |
HSL | 327.27º | 0.13% | 0.84% | - |
HSV(B) | 327.27º | 0.05% | 0.86% | - |
XYZ | 63.91 | 65.03 | 72.8 | - |
YUV | 211.97 | 129.14 | 133.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 208 | 214 | 0 | 0.05 | 0.02 | 0.14 | 327.27 | 0.13 | 0.84 |
Hex | DB | D0 | D6 | 0 | 5 | 2 | E | 147 | D | 54 |
Octal | 333 | 320 | 326 | 0 | 5 | 2 | 16 | 507 | 15 | 124 |
Binary | 11011011 | 11010000 | 11010110 | 0 | 101 | 10 | 1110 | 101000111 | 1101 | 1010100 |
Color Harmonies of #DBD0D6
Complementary color
Monochromatic Colors of #DBD0D6
Black with #DBD0D6
Text Example
Text Example
White with #DBD0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD0D6; }
p { color: rgb(219,208,214); }
H1.HeaderClassName
{
color: #DBD0D6;
}
.AnyTagClassName
{
color: #DBD0D6;
}
</style>
background-color css
<style>
a { background-color: #DBD0D6; }
a { background-color: rgb(219,208,214); }
div.DivClassName
{
background-color: #DBD0D6;
}
.BgClassName
{
background-color: #DBD0D6;
}
</style>
border-color css
<style>
span { border-color: #DBD0D6; }
span { border-color: rgb(219,208,214); }
td.TdClassName
{
border-color: #DBD0D6;
}
.TagClassName
{
border-color: #DBD0D6;
}
</style>