Shades of Swirl #DBCABD
Tints of Swirl #DBCABD
RGB
CMYK
RGB Variations
Color information
#DBCABD (or 0xDBCABD) is known color: Swirl. HEX triplet: DB, CA and BD. RGB value is (219,202,189). Sum of RGB (Red+Green+Blue) = 219+202+189=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 202 (79.30% from 255 or 33.11% from 610); Blue value is 189 (74.22% from 255 or 30.98% from 610); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCABD is #243542. Grayscale: #CDCDCD. Windows color (decimal): -2372931 or 12438235. OLE color: 12438235.
HSL color Cylindrical-coordinate representation of color #DBCABD: hue angle of 26º 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 #DBCABD is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 189 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.14 |
| HSL | 26º | 0.29% | 0.8% | - |
| HSV(B) | 26º | 0.14% | 0.86% | - |
| XYZ | 59.52 | 60.98 | 56.78 | - |
| YUV | 205.6 | 118.63 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 189 | 0 | 0.08 | 0.14 | 0.14 | 26 | 0.29 | 0.8 |
| Hex | DB | CA | BD | 0 | 8 | E | E | 1A | 1D | 50 |
| Octal | 333 | 312 | 275 | 0 | 10 | 16 | 16 | 32 | 35 | 120 |
| Binary | 11011011 | 11001010 | 10111101 | 0 | 1000 | 1110 | 1110 | 11010 | 11101 | 1010000 |
Color Harmonies of #DBCABD
Complementary color
Monochromatic Colors of #DBCABD
Black with #DBCABD
Text Example
Text Example
White with #DBCABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCABD; }
p { color: rgb(219,202,189); }
H1.HeaderClassName
{
color: #DBCABD;
}
.AnyTagClassName
{
color: #DBCABD;
}
</style>
background-color css
<style>
a { background-color: #DBCABD; }
a { background-color: rgb(219,202,189); }
div.DivClassName
{
background-color: #DBCABD;
}
.BgClassName
{
background-color: #DBCABD;
}
</style>
border-color css
<style>
span { border-color: #DBCABD; }
span { border-color: rgb(219,202,189); }
td.TdClassName
{
border-color: #DBCABD;
}
.TagClassName
{
border-color: #DBCABD;
}
</style>