Shades of Prim #DBD0D4
Tints of Prim #DBD0D4
RGB
CMYK
RGB Variations
Color information
#DBD0D4 (or 0xDBD0D4) is known color: Prim. HEX triplet: DB, D0 and D4. RGB value is (219,208,212). Sum of RGB (Red+Green+Blue) = 219+208+212=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 208 (81.64% from 255 or 32.55% from 639); Blue value is 212 (83.20% from 255 or 33.18% from 639); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD0D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD0D4 is #242F2B. Grayscale: #D3D3D3. Windows color (decimal): -2371372 or 13947099. OLE color: 13947099.
HSL color Cylindrical-coordinate representation of color #DBD0D4: hue angle of 338.18º 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 #DBD0D4 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 208 | 212 | - |
CMYK | 0 | 0.05 | 0.03 | 0.14 |
HSL | 338.18º | 0.13% | 0.84% | - |
HSV(B) | 338.18º | 0.05% | 0.86% | - |
XYZ | 63.65 | 64.93 | 71.46 | - |
YUV | 211.75 | 128.14 | 133.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 208 | 212 | 0 | 0.05 | 0.03 | 0.14 | 338.18 | 0.13 | 0.84 |
Hex | DB | D0 | D4 | 0 | 5 | 3 | E | 152 | D | 54 |
Octal | 333 | 320 | 324 | 0 | 5 | 3 | 16 | 522 | 15 | 124 |
Binary | 11011011 | 11010000 | 11010100 | 0 | 101 | 11 | 1110 | 101010010 | 1101 | 1010100 |
Color Harmonies of #DBD0D4
Complementary color
Monochromatic Colors of #DBD0D4
Black with #DBD0D4
Text Example
Text Example
White with #DBD0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD0D4; }
p { color: rgb(219,208,212); }
H1.HeaderClassName
{
color: #DBD0D4;
}
.AnyTagClassName
{
color: #DBD0D4;
}
</style>
background-color css
<style>
a { background-color: #DBD0D4; }
a { background-color: rgb(219,208,212); }
div.DivClassName
{
background-color: #DBD0D4;
}
.BgClassName
{
background-color: #DBD0D4;
}
</style>
border-color css
<style>
span { border-color: #DBD0D4; }
span { border-color: rgb(219,208,212); }
td.TdClassName
{
border-color: #DBD0D4;
}
.TagClassName
{
border-color: #DBD0D4;
}
</style>