Shades of Prim #DBD0D2
Tints of Prim #DBD0D2
RGB
CMYK
RGB Variations
Color information
#DBD0D2 (or 0xDBD0D2) is known color: Prim. HEX triplet: DB, D0 and D2. RGB value is (219,208,210). Sum of RGB (Red+Green+Blue) = 219+208+210=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 208 (81.64% from 255 or 32.65% from 637); Blue value is 210 (82.42% from 255 or 32.97% from 637); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD0D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD0D2 is #242F2D. Grayscale: #D3D3D3. Windows color (decimal): -2371374 or 13816027. OLE color: 13816027.
HSL color Cylindrical-coordinate representation of color #DBD0D2: hue angle of 349.09º 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 #DBD0D2 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 208 | 210 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.14 |
| HSL | 349.09º | 0.13% | 0.84% | - |
| HSV(B) | 349.09º | 0.05% | 0.86% | - |
| XYZ | 63.4 | 64.82 | 70.14 | - |
| YUV | 211.52 | 127.14 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 208 | 210 | 0 | 0.05 | 0.04 | 0.14 | 349.09 | 0.13 | 0.84 |
| Hex | DB | D0 | D2 | 0 | 5 | 4 | E | 15D | D | 54 |
| Octal | 333 | 320 | 322 | 0 | 5 | 4 | 16 | 535 | 15 | 124 |
| Binary | 11011011 | 11010000 | 11010010 | 0 | 101 | 100 | 1110 | 101011101 | 1101 | 1010100 |
Color Harmonies of #DBD0D2
Complementary color
Monochromatic Colors of #DBD0D2
Black with #DBD0D2
Text Example
Text Example
White with #DBD0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD0D2; }
p { color: rgb(219,208,210); }
H1.HeaderClassName
{
color: #DBD0D2;
}
.AnyTagClassName
{
color: #DBD0D2;
}
</style>
background-color css
<style>
a { background-color: #DBD0D2; }
a { background-color: rgb(219,208,210); }
div.DivClassName
{
background-color: #DBD0D2;
}
.BgClassName
{
background-color: #DBD0D2;
}
</style>
border-color css
<style>
span { border-color: #DBD0D2; }
span { border-color: rgb(219,208,210); }
td.TdClassName
{
border-color: #DBD0D2;
}
.TagClassName
{
border-color: #DBD0D2;
}
</style>