Shades of Swirl #DCCBBC
Tints of Swirl #DCCBBC
RGB
CMYK
RGB Variations
Color information
#DCCBBC (or 0xDCCBBC) is known color: Swirl. HEX triplet: DC, CB and BC. RGB value is (220,203,188). Sum of RGB (Red+Green+Blue) = 220+203+188=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 203 (79.69% from 255 or 33.22% from 611); Blue value is 188 (73.83% from 255 or 30.77% from 611); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCBBC is #233443. Grayscale: #CECECE. Windows color (decimal): -2307140 or 12372956. OLE color: 12372956.
HSL color Cylindrical-coordinate representation of color #DCCBBC: hue angle of 28.12º degrees, saturation: 0.31, 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 #DCCBBC is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 188 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.14 |
| HSL | 28.13º | 0.31% | 0.8% | - |
| HSV(B) | 28.13º | 0.15% | 0.86% | - |
| XYZ | 59.95 | 61.56 | 56.3 | - |
| YUV | 206.37 | 117.63 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 188 | 0 | 0.08 | 0.15 | 0.14 | 28.13 | 0.31 | 0.8 |
| Hex | DC | CB | BC | 0 | 8 | F | E | 1C | 1F | 50 |
| Octal | 334 | 313 | 274 | 0 | 10 | 17 | 16 | 34 | 37 | 120 |
| Binary | 11011100 | 11001011 | 10111100 | 0 | 1000 | 1111 | 1110 | 11100 | 11111 | 1010000 |
Color Harmonies of #DCCBBC
Complementary color
Monochromatic Colors of #DCCBBC
Black with #DCCBBC
Text Example
Text Example
White with #DCCBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCBBC; }
p { color: rgb(220,203,188); }
H1.HeaderClassName
{
color: #DCCBBC;
}
.AnyTagClassName
{
color: #DCCBBC;
}
</style>
background-color css
<style>
a { background-color: #DCCBBC; }
a { background-color: rgb(220,203,188); }
div.DivClassName
{
background-color: #DCCBBC;
}
.BgClassName
{
background-color: #DCCBBC;
}
</style>
border-color css
<style>
span { border-color: #DCCBBC; }
span { border-color: rgb(220,203,188); }
td.TdClassName
{
border-color: #DCCBBC;
}
.TagClassName
{
border-color: #DCCBBC;
}
</style>