Shades of Prim #DBC7CE
Tints of Prim #DBC7CE
RGB
CMYK
RGB Variations
Color information
#DBC7CE (or 0xDBC7CE) is known color: Prim. HEX triplet: DB, C7 and CE. RGB value is (219,199,206). Sum of RGB (Red+Green+Blue) = 219+199+206=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 199 (78.12% from 255 or 31.89% from 624); Blue value is 206 (80.86% from 255 or 33.01% from 624); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC7CE is #243831. Grayscale: #CDCDCD. Windows color (decimal): -2373682 or 13551579. OLE color: 13551579.
HSL color Cylindrical-coordinate representation of color #DBC7CE: hue angle of 339º 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 #DBC7CE is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 199 | 206 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.14 |
| HSL | 339º | 0.22% | 0.82% | - |
| HSV(B) | 339º | 0.09% | 0.86% | - |
| XYZ | 60.78 | 60.36 | 66.84 | - |
| YUV | 205.78 | 128.13 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 199 | 206 | 0 | 0.09 | 0.06 | 0.14 | 339 | 0.22 | 0.82 |
| Hex | DB | C7 | CE | 0 | 9 | 6 | E | 153 | 16 | 52 |
| Octal | 333 | 307 | 316 | 0 | 11 | 6 | 16 | 523 | 26 | 122 |
| Binary | 11011011 | 11000111 | 11001110 | 0 | 1001 | 110 | 1110 | 101010011 | 10110 | 1010010 |
Color Harmonies of #DBC7CE
Complementary color
Monochromatic Colors of #DBC7CE
Black with #DBC7CE
Text Example
Text Example
White with #DBC7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC7CE; }
p { color: rgb(219,199,206); }
H1.HeaderClassName
{
color: #DBC7CE;
}
.AnyTagClassName
{
color: #DBC7CE;
}
</style>
background-color css
<style>
a { background-color: #DBC7CE; }
a { background-color: rgb(219,199,206); }
div.DivClassName
{
background-color: #DBC7CE;
}
.BgClassName
{
background-color: #DBC7CE;
}
</style>
border-color css
<style>
span { border-color: #DBC7CE; }
span { border-color: rgb(219,199,206); }
td.TdClassName
{
border-color: #DBC7CE;
}
.TagClassName
{
border-color: #DBC7CE;
}
</style>