Shades of Swirl #DCCEBE
Tints of Swirl #DCCEBE
RGB
CMYK
RGB Variations
Color information
#DCCEBE (or 0xDCCEBE) is known color: Swirl. HEX triplet: DC, CE and BE. RGB value is (220,206,190). Sum of RGB (Red+Green+Blue) = 220+206+190=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 206 (80.86% from 255 or 33.44% from 616); Blue value is 190 (74.61% from 255 or 30.84% from 616); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCEBE is #233141. Grayscale: #D0D0D0. Windows color (decimal): -2306370 or 12504796. OLE color: 12504796.
HSL color Cylindrical-coordinate representation of color #DCCEBE: hue angle of 32º degrees, saturation: 0.3, 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 #DCCEBE is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 190 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.14 |
| HSL | 32º | 0.3% | 0.8% | - |
| HSV(B) | 32º | 0.14% | 0.86% | - |
| XYZ | 60.88 | 63.08 | 57.68 | - |
| YUV | 208.36 | 117.64 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 190 | 0 | 0.06 | 0.14 | 0.14 | 32 | 0.3 | 0.8 |
| Hex | DC | CE | BE | 0 | 6 | E | E | 20 | 1E | 50 |
| Octal | 334 | 316 | 276 | 0 | 6 | 16 | 16 | 40 | 36 | 120 |
| Binary | 11011100 | 11001110 | 10111110 | 0 | 110 | 1110 | 1110 | 100000 | 11110 | 1010000 |
Color Harmonies of #DCCEBE
Complementary color
Monochromatic Colors of #DCCEBE
Black with #DCCEBE
Text Example
Text Example
White with #DCCEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCEBE; }
p { color: rgb(220,206,190); }
H1.HeaderClassName
{
color: #DCCEBE;
}
.AnyTagClassName
{
color: #DCCEBE;
}
</style>
background-color css
<style>
a { background-color: #DCCEBE; }
a { background-color: rgb(220,206,190); }
div.DivClassName
{
background-color: #DCCEBE;
}
.BgClassName
{
background-color: #DCCEBE;
}
</style>
border-color css
<style>
span { border-color: #DCCEBE; }
span { border-color: rgb(220,206,190); }
td.TdClassName
{
border-color: #DCCEBE;
}
.TagClassName
{
border-color: #DCCEBE;
}
</style>