Shades of Prim #DBCBD1
Tints of Prim #DBCBD1
RGB
CMYK
RGB Variations
Color information
#DBCBD1 (or 0xDBCBD1) is known color: Prim. HEX triplet: DB, CB and D1. RGB value is (219,203,209). Sum of RGB (Red+Green+Blue) = 219+203+209=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 203 (79.69% from 255 or 32.17% from 631); Blue value is 209 (82.03% from 255 or 33.12% from 631); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCBD1 is #24342E. Grayscale: #D0D0D0. Windows color (decimal): -2372655 or 13749211. OLE color: 13749211.
HSL color Cylindrical-coordinate representation of color #DBCBD1: hue angle of 337.5º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBCBD1 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 209 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.14 |
| HSL | 337.5º | 0.18% | 0.83% | - |
| HSV(B) | 337.5º | 0.07% | 0.86% | - |
| XYZ | 62.08 | 62.38 | 69.09 | - |
| YUV | 208.47 | 128.3 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 209 | 0 | 0.07 | 0.05 | 0.14 | 337.5 | 0.18 | 0.83 |
| Hex | DB | CB | D1 | 0 | 7 | 5 | E | 152 | 12 | 53 |
| Octal | 333 | 313 | 321 | 0 | 7 | 5 | 16 | 522 | 22 | 123 |
| Binary | 11011011 | 11001011 | 11010001 | 0 | 111 | 101 | 1110 | 101010010 | 10010 | 1010011 |
Color Harmonies of #DBCBD1
Complementary color
Monochromatic Colors of #DBCBD1
Black with #DBCBD1
Text Example
Text Example
White with #DBCBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCBD1; }
p { color: rgb(219,203,209); }
H1.HeaderClassName
{
color: #DBCBD1;
}
.AnyTagClassName
{
color: #DBCBD1;
}
</style>
background-color css
<style>
a { background-color: #DBCBD1; }
a { background-color: rgb(219,203,209); }
div.DivClassName
{
background-color: #DBCBD1;
}
.BgClassName
{
background-color: #DBCBD1;
}
</style>
border-color css
<style>
span { border-color: #DBCBD1; }
span { border-color: rgb(219,203,209); }
td.TdClassName
{
border-color: #DBCBD1;
}
.TagClassName
{
border-color: #DBCBD1;
}
</style>