Shades of Swirl #DBCCBD
Tints of Swirl #DBCCBD
RGB
CMYK
RGB Variations
Color information
#DBCCBD (or 0xDBCCBD) is known color: Swirl. HEX triplet: DB, CC and BD. RGB value is (219,204,189). Sum of RGB (Red+Green+Blue) = 219+204+189=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 204 (80.08% from 255 or 33.33% from 612); Blue value is 189 (74.22% from 255 or 30.88% from 612); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCCBD is #243342. Grayscale: #CECECE. Windows color (decimal): -2372419 or 12438747. OLE color: 12438747.
HSL color Cylindrical-coordinate representation of color #DBCCBD: hue angle of 30º 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 #DBCCBD is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 189 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.14 |
| HSL | 30º | 0.29% | 0.8% | - |
| HSV(B) | 30º | 0.14% | 0.86% | - |
| XYZ | 59.99 | 61.92 | 56.93 | - |
| YUV | 206.78 | 117.97 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 189 | 0 | 0.07 | 0.14 | 0.14 | 30 | 0.29 | 0.8 |
| Hex | DB | CC | BD | 0 | 7 | E | E | 1E | 1D | 50 |
| Octal | 333 | 314 | 275 | 0 | 7 | 16 | 16 | 36 | 35 | 120 |
| Binary | 11011011 | 11001100 | 10111101 | 0 | 111 | 1110 | 1110 | 11110 | 11101 | 1010000 |
Color Harmonies of #DBCCBD
Complementary color
Monochromatic Colors of #DBCCBD
Black with #DBCCBD
Text Example
Text Example
White with #DBCCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCCBD; }
p { color: rgb(219,204,189); }
H1.HeaderClassName
{
color: #DBCCBD;
}
.AnyTagClassName
{
color: #DBCCBD;
}
</style>
background-color css
<style>
a { background-color: #DBCCBD; }
a { background-color: rgb(219,204,189); }
div.DivClassName
{
background-color: #DBCCBD;
}
.BgClassName
{
background-color: #DBCCBD;
}
</style>
border-color css
<style>
span { border-color: #DBCCBD; }
span { border-color: rgb(219,204,189); }
td.TdClassName
{
border-color: #DBCCBD;
}
.TagClassName
{
border-color: #DBCCBD;
}
</style>