Shades of Prim #DBCBD0
Tints of Prim #DBCBD0
RGB
CMYK
RGB Variations
Color information
#DBCBD0 (or 0xDBCBD0) is known color: Prim. HEX triplet: DB, CB and D0. RGB value is (219,203,208). Sum of RGB (Red+Green+Blue) = 219+203+208=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 203 (79.69% from 255 or 32.22% from 630); Blue value is 208 (81.64% from 255 or 33.02% from 630); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCBD0 is #24342F. Grayscale: #D0D0D0. Windows color (decimal): -2372656 or 13683675. OLE color: 13683675.
HSL color Cylindrical-coordinate representation of color #DBCBD0: hue angle of 341.25º 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 #DBCBD0 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 208 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.14 |
| HSL | 341.25º | 0.18% | 0.83% | - |
| HSV(B) | 341.25º | 0.07% | 0.86% | - |
| XYZ | 61.95 | 62.33 | 68.44 | - |
| YUV | 208.35 | 127.8 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 208 | 0 | 0.07 | 0.05 | 0.14 | 341.25 | 0.18 | 0.83 |
| Hex | DB | CB | D0 | 0 | 7 | 5 | E | 155 | 12 | 53 |
| Octal | 333 | 313 | 320 | 0 | 7 | 5 | 16 | 525 | 22 | 123 |
| Binary | 11011011 | 11001011 | 11010000 | 0 | 111 | 101 | 1110 | 101010101 | 10010 | 1010011 |
Color Harmonies of #DBCBD0
Complementary color
Monochromatic Colors of #DBCBD0
Black with #DBCBD0
Text Example
Text Example
White with #DBCBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCBD0; }
p { color: rgb(219,203,208); }
H1.HeaderClassName
{
color: #DBCBD0;
}
.AnyTagClassName
{
color: #DBCBD0;
}
</style>
background-color css
<style>
a { background-color: #DBCBD0; }
a { background-color: rgb(219,203,208); }
div.DivClassName
{
background-color: #DBCBD0;
}
.BgClassName
{
background-color: #DBCBD0;
}
</style>
border-color css
<style>
span { border-color: #DBCBD0; }
span { border-color: rgb(219,203,208); }
td.TdClassName
{
border-color: #DBCBD0;
}
.TagClassName
{
border-color: #DBCBD0;
}
</style>