Shades of Swirl #DBCBBB
Tints of Swirl #DBCBBB
RGB
CMYK
RGB Variations
Color information
#DBCBBB (or 0xDBCBBB) is known color: Swirl. HEX triplet: DB, CB and BB. RGB value is (219,203,187). Sum of RGB (Red+Green+Blue) = 219+203+187=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 203 (79.69% from 255 or 33.33% from 609); Blue value is 187 (73.44% from 255 or 30.71% from 609); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCBBB is #243444. Grayscale: #CECECE. Windows color (decimal): -2372677 or 12307419. OLE color: 12307419.
HSL color Cylindrical-coordinate representation of color #DBCBBB: hue angle of 30º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBCBBB is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 187 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.14 |
| HSL | 30º | 0.31% | 0.8% | - |
| HSV(B) | 30º | 0.15% | 0.86% | - |
| XYZ | 59.54 | 61.36 | 55.72 | - |
| YUV | 205.96 | 117.3 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 187 | 0 | 0.07 | 0.15 | 0.14 | 30 | 0.31 | 0.8 |
| Hex | DB | CB | BB | 0 | 7 | F | E | 1E | 1F | 50 |
| Octal | 333 | 313 | 273 | 0 | 7 | 17 | 16 | 36 | 37 | 120 |
| Binary | 11011011 | 11001011 | 10111011 | 0 | 111 | 1111 | 1110 | 11110 | 11111 | 1010000 |
Color Harmonies of #DBCBBB
Complementary color
Monochromatic Colors of #DBCBBB
Black with #DBCBBB
Text Example
Text Example
White with #DBCBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCBBB; }
p { color: rgb(219,203,187); }
H1.HeaderClassName
{
color: #DBCBBB;
}
.AnyTagClassName
{
color: #DBCBBB;
}
</style>
background-color css
<style>
a { background-color: #DBCBBB; }
a { background-color: rgb(219,203,187); }
div.DivClassName
{
background-color: #DBCBBB;
}
.BgClassName
{
background-color: #DBCBBB;
}
</style>
border-color css
<style>
span { border-color: #DBCBBB; }
span { border-color: rgb(219,203,187); }
td.TdClassName
{
border-color: #DBCBBB;
}
.TagClassName
{
border-color: #DBCBBB;
}
</style>