Shades of Swirl #DBCCC0
Tints of Swirl #DBCCC0
RGB
CMYK
RGB Variations
Color information
#DBCCC0 (or 0xDBCCC0) is known color: Swirl. HEX triplet: DB, CC and C0. RGB value is (219,204,192). Sum of RGB (Red+Green+Blue) = 219+204+192=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 192 (75.39% from 255 or 31.22% from 615); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCCC0 is #24333F. Grayscale: #CFCFCF. Windows color (decimal): -2372416 or 12635355. OLE color: 12635355.
HSL color Cylindrical-coordinate representation of color #DBCCC0: hue angle of 26.67º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBCCC0 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 192 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.14 |
| HSL | 26.67º | 0.27% | 0.81% | - |
| HSV(B) | 26.67º | 0.12% | 0.86% | - |
| XYZ | 60.32 | 62.05 | 58.67 | - |
| YUV | 207.12 | 119.47 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 192 | 0 | 0.07 | 0.12 | 0.14 | 26.67 | 0.27 | 0.81 |
| Hex | DB | CC | C0 | 0 | 7 | C | E | 1B | 1B | 51 |
| Octal | 333 | 314 | 300 | 0 | 7 | 14 | 16 | 33 | 33 | 121 |
| Binary | 11011011 | 11001100 | 11000000 | 0 | 111 | 1100 | 1110 | 11011 | 11011 | 1010001 |
Color Harmonies of #DBCCC0
Complementary color
Monochromatic Colors of #DBCCC0
Black with #DBCCC0
Text Example
Text Example
White with #DBCCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCCC0; }
p { color: rgb(219,204,192); }
H1.HeaderClassName
{
color: #DBCCC0;
}
.AnyTagClassName
{
color: #DBCCC0;
}
</style>
background-color css
<style>
a { background-color: #DBCCC0; }
a { background-color: rgb(219,204,192); }
div.DivClassName
{
background-color: #DBCCC0;
}
.BgClassName
{
background-color: #DBCCC0;
}
</style>
border-color css
<style>
span { border-color: #DBCCC0; }
span { border-color: rgb(219,204,192); }
td.TdClassName
{
border-color: #DBCCC0;
}
.TagClassName
{
border-color: #DBCCC0;
}
</style>