Shades of Swirl #DBCCBE
Tints of Swirl #DBCCBE
RGB
CMYK
RGB Variations
Color information
#DBCCBE (or 0xDBCCBE) is known color: Swirl. HEX triplet: DB, CC and BE. RGB value is (219,204,190). Sum of RGB (Red+Green+Blue) = 219+204+190=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 204 (80.08% from 255 or 33.28% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCCBE is #243341. Grayscale: #CECECE. Windows color (decimal): -2372418 or 12504283. OLE color: 12504283.
HSL color Cylindrical-coordinate representation of color #DBCCBE: hue angle of 28.97º 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 #DBCCBE is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 190 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.14 |
| HSL | 28.97º | 0.29% | 0.8% | - |
| HSV(B) | 28.97º | 0.13% | 0.86% | - |
| XYZ | 60.1 | 61.96 | 57.51 | - |
| YUV | 206.89 | 118.47 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 190 | 0 | 0.07 | 0.13 | 0.14 | 28.97 | 0.29 | 0.8 |
| Hex | DB | CC | BE | 0 | 7 | D | E | 1D | 1D | 50 |
| Octal | 333 | 314 | 276 | 0 | 7 | 15 | 16 | 35 | 35 | 120 |
| Binary | 11011011 | 11001100 | 10111110 | 0 | 111 | 1101 | 1110 | 11101 | 11101 | 1010000 |
Color Harmonies of #DBCCBE
Complementary color
Monochromatic Colors of #DBCCBE
Black with #DBCCBE
Text Example
Text Example
White with #DBCCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCCBE; }
p { color: rgb(219,204,190); }
H1.HeaderClassName
{
color: #DBCCBE;
}
.AnyTagClassName
{
color: #DBCCBE;
}
</style>
background-color css
<style>
a { background-color: #DBCCBE; }
a { background-color: rgb(219,204,190); }
div.DivClassName
{
background-color: #DBCCBE;
}
.BgClassName
{
background-color: #DBCCBE;
}
</style>
border-color css
<style>
span { border-color: #DBCCBE; }
span { border-color: rgb(219,204,190); }
td.TdClassName
{
border-color: #DBCCBE;
}
.TagClassName
{
border-color: #DBCCBE;
}
</style>