Shades of Swirl #DCCBBB
Tints of Swirl #DCCBBB
RGB
CMYK
RGB Variations
Color information
#DCCBBB (or 0xDCCBBB) is known color: Swirl. HEX triplet: DC, CB and BB. RGB value is (220,203,187). Sum of RGB (Red+Green+Blue) = 220+203+187=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 203 (79.69% from 255 or 33.28% from 610); Blue value is 187 (73.44% from 255 or 30.66% from 610); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCBBB is #233444. Grayscale: #CECECE. Windows color (decimal): -2307141 or 12307420. OLE color: 12307420.
HSL color Cylindrical-coordinate representation of color #DCCBBB: hue angle of 29.09º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCCBBB is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 187 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.14 |
| HSL | 29.09º | 0.32% | 0.8% | - |
| HSV(B) | 29.09º | 0.15% | 0.86% | - |
| XYZ | 59.84 | 61.52 | 55.73 | - |
| YUV | 206.26 | 117.13 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 187 | 0 | 0.08 | 0.15 | 0.14 | 29.09 | 0.32 | 0.8 |
| Hex | DC | CB | BB | 0 | 8 | F | E | 1D | 20 | 50 |
| Octal | 334 | 313 | 273 | 0 | 10 | 17 | 16 | 35 | 40 | 120 |
| Binary | 11011100 | 11001011 | 10111011 | 0 | 1000 | 1111 | 1110 | 11101 | 100000 | 1010000 |
Color Harmonies of #DCCBBB
Complementary color
Monochromatic Colors of #DCCBBB
Black with #DCCBBB
Text Example
Text Example
White with #DCCBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCBBB; }
p { color: rgb(220,203,187); }
H1.HeaderClassName
{
color: #DCCBBB;
}
.AnyTagClassName
{
color: #DCCBBB;
}
</style>
background-color css
<style>
a { background-color: #DCCBBB; }
a { background-color: rgb(220,203,187); }
div.DivClassName
{
background-color: #DCCBBB;
}
.BgClassName
{
background-color: #DCCBBB;
}
</style>
border-color css
<style>
span { border-color: #DCCBBB; }
span { border-color: rgb(220,203,187); }
td.TdClassName
{
border-color: #DCCBBB;
}
.TagClassName
{
border-color: #DCCBBB;
}
</style>