Shades of Swirl #DBCEBF
Tints of Swirl #DBCEBF
RGB
CMYK
RGB Variations
Color information
#DBCEBF (or 0xDBCEBF) is known color: Swirl. HEX triplet: DB, CE and BF. RGB value is (219,206,191). Sum of RGB (Red+Green+Blue) = 219+206+191=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 206 (80.86% from 255 or 33.44% from 616); Blue value is 191 (75% from 255 or 31.01% from 616); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCEBF is #243140. Grayscale: #D0D0D0. Windows color (decimal): -2371905 or 12570331. OLE color: 12570331.
HSL color Cylindrical-coordinate representation of color #DBCEBF: hue angle of 32.14º degrees, saturation: 0.28, 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 #DBCEBF is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 191 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.14 |
| HSL | 32.14º | 0.28% | 0.8% | - |
| HSV(B) | 32.14º | 0.13% | 0.86% | - |
| XYZ | 60.69 | 62.96 | 58.24 | - |
| YUV | 208.18 | 118.31 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 191 | 0 | 0.06 | 0.13 | 0.14 | 32.14 | 0.28 | 0.8 |
| Hex | DB | CE | BF | 0 | 6 | D | E | 20 | 1C | 50 |
| Octal | 333 | 316 | 277 | 0 | 6 | 15 | 16 | 40 | 34 | 120 |
| Binary | 11011011 | 11001110 | 10111111 | 0 | 110 | 1101 | 1110 | 100000 | 11100 | 1010000 |
Color Harmonies of #DBCEBF
Complementary color
Monochromatic Colors of #DBCEBF
Black with #DBCEBF
Text Example
Text Example
White with #DBCEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCEBF; }
p { color: rgb(219,206,191); }
H1.HeaderClassName
{
color: #DBCEBF;
}
.AnyTagClassName
{
color: #DBCEBF;
}
</style>
background-color css
<style>
a { background-color: #DBCEBF; }
a { background-color: rgb(219,206,191); }
div.DivClassName
{
background-color: #DBCEBF;
}
.BgClassName
{
background-color: #DBCEBF;
}
</style>
border-color css
<style>
span { border-color: #DBCEBF; }
span { border-color: rgb(219,206,191); }
td.TdClassName
{
border-color: #DBCEBF;
}
.TagClassName
{
border-color: #DBCEBF;
}
</style>