Shades of Swirl #DBCBBE
Tints of Swirl #DBCBBE
RGB
CMYK
RGB Variations
Color information
#DBCBBE (or 0xDBCBBE) is known color: Swirl. HEX triplet: DB, CB and BE. RGB value is (219,203,190). Sum of RGB (Red+Green+Blue) = 219+203+190=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 203 (79.69% from 255 or 33.17% from 612); Blue value is 190 (74.61% from 255 or 31.05% from 612); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCBBE is #243441. Grayscale: #CECECE. Windows color (decimal): -2372674 or 12504027. OLE color: 12504027.
HSL color Cylindrical-coordinate representation of color #DBCBBE: hue angle of 26.9º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBCBBE is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 190 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.14 |
| HSL | 26.9º | 0.29% | 0.8% | - |
| HSV(B) | 26.9º | 0.13% | 0.86% | - |
| XYZ | 59.86 | 61.49 | 57.43 | - |
| YUV | 206.3 | 118.8 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 190 | 0 | 0.07 | 0.13 | 0.14 | 26.9 | 0.29 | 0.8 |
| Hex | DB | CB | BE | 0 | 7 | D | E | 1B | 1D | 50 |
| Octal | 333 | 313 | 276 | 0 | 7 | 15 | 16 | 33 | 35 | 120 |
| Binary | 11011011 | 11001011 | 10111110 | 0 | 111 | 1101 | 1110 | 11011 | 11101 | 1010000 |
Color Harmonies of #DBCBBE
Complementary color
Monochromatic Colors of #DBCBBE
Black with #DBCBBE
Text Example
Text Example
White with #DBCBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCBBE; }
p { color: rgb(219,203,190); }
H1.HeaderClassName
{
color: #DBCBBE;
}
.AnyTagClassName
{
color: #DBCBBE;
}
</style>
background-color css
<style>
a { background-color: #DBCBBE; }
a { background-color: rgb(219,203,190); }
div.DivClassName
{
background-color: #DBCBBE;
}
.BgClassName
{
background-color: #DBCBBE;
}
</style>
border-color css
<style>
span { border-color: #DBCBBE; }
span { border-color: rgb(219,203,190); }
td.TdClassName
{
border-color: #DBCBBE;
}
.TagClassName
{
border-color: #DBCBBE;
}
</style>