Shades of Swirl #DBCBBD
Tints of Swirl #DBCBBD
RGB
CMYK
RGB Variations
Color information
#DBCBBD (or 0xDBCBBD) is known color: Swirl. HEX triplet: DB, CB and BD. RGB value is (219,203,189). Sum of RGB (Red+Green+Blue) = 219+203+189=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 203 (79.69% from 255 or 33.22% from 611); Blue value is 189 (74.22% from 255 or 30.93% from 611); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCBBD is #243442. Grayscale: #CECECE. Windows color (decimal): -2372675 or 12438491. OLE color: 12438491.
HSL color Cylindrical-coordinate representation of color #DBCBBD: hue angle of 28º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBCBBD is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 189 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.14 |
| HSL | 28º | 0.29% | 0.8% | - |
| HSV(B) | 28º | 0.14% | 0.86% | - |
| XYZ | 59.75 | 61.45 | 56.85 | - |
| YUV | 206.19 | 118.3 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 189 | 0 | 0.07 | 0.14 | 0.14 | 28 | 0.29 | 0.8 |
| Hex | DB | CB | BD | 0 | 7 | E | E | 1C | 1D | 50 |
| Octal | 333 | 313 | 275 | 0 | 7 | 16 | 16 | 34 | 35 | 120 |
| Binary | 11011011 | 11001011 | 10111101 | 0 | 111 | 1110 | 1110 | 11100 | 11101 | 1010000 |
Color Harmonies of #DBCBBD
Complementary color
Monochromatic Colors of #DBCBBD
Black with #DBCBBD
Text Example
Text Example
White with #DBCBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCBBD; }
p { color: rgb(219,203,189); }
H1.HeaderClassName
{
color: #DBCBBD;
}
.AnyTagClassName
{
color: #DBCBBD;
}
</style>
background-color css
<style>
a { background-color: #DBCBBD; }
a { background-color: rgb(219,203,189); }
div.DivClassName
{
background-color: #DBCBBD;
}
.BgClassName
{
background-color: #DBCBBD;
}
</style>
border-color css
<style>
span { border-color: #DBCBBD; }
span { border-color: rgb(219,203,189); }
td.TdClassName
{
border-color: #DBCBBD;
}
.TagClassName
{
border-color: #DBCBBD;
}
</style>