Shades of Prim #DBC9D1
Tints of Prim #DBC9D1
RGB
CMYK
RGB Variations
Color information
#DBC9D1 (or 0xDBC9D1) is known color: Prim. HEX triplet: DB, C9 and D1. RGB value is (219,201,209). Sum of RGB (Red+Green+Blue) = 219+201+209=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 201 (78.91% from 255 or 31.96% from 629); Blue value is 209 (82.03% from 255 or 33.23% from 629); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC9D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC9D1 is #24362E. Grayscale: #CFCFCF. Windows color (decimal): -2373167 or 13748699. OLE color: 13748699.
HSL color Cylindrical-coordinate representation of color #DBC9D1: hue angle of 333.33º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBC9D1 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 201 | 209 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.14 |
| HSL | 333.33º | 0.2% | 0.82% | - |
| HSV(B) | 333.33º | 0.08% | 0.86% | - |
| XYZ | 61.61 | 61.44 | 68.93 | - |
| YUV | 207.29 | 128.96 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 201 | 209 | 0 | 0.08 | 0.05 | 0.14 | 333.33 | 0.2 | 0.82 |
| Hex | DB | C9 | D1 | 0 | 8 | 5 | E | 14D | 14 | 52 |
| Octal | 333 | 311 | 321 | 0 | 10 | 5 | 16 | 515 | 24 | 122 |
| Binary | 11011011 | 11001001 | 11010001 | 0 | 1000 | 101 | 1110 | 101001101 | 10100 | 1010010 |
Color Harmonies of #DBC9D1
Complementary color
Monochromatic Colors of #DBC9D1
Black with #DBC9D1
Text Example
Text Example
White with #DBC9D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC9D1; }
p { color: rgb(219,201,209); }
H1.HeaderClassName
{
color: #DBC9D1;
}
.AnyTagClassName
{
color: #DBC9D1;
}
</style>
background-color css
<style>
a { background-color: #DBC9D1; }
a { background-color: rgb(219,201,209); }
div.DivClassName
{
background-color: #DBC9D1;
}
.BgClassName
{
background-color: #DBC9D1;
}
</style>
border-color css
<style>
span { border-color: #DBC9D1; }
span { border-color: rgb(219,201,209); }
td.TdClassName
{
border-color: #DBC9D1;
}
.TagClassName
{
border-color: #DBC9D1;
}
</style>