Shades of Swirl #DCCABC
Tints of Swirl #DCCABC
RGB
CMYK
RGB Variations
Color information
#DCCABC (or 0xDCCABC) is known color: Swirl. HEX triplet: DC, CA and BC. RGB value is (220,202,188). Sum of RGB (Red+Green+Blue) = 220+202+188=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 202 (79.30% from 255 or 33.11% from 610); Blue value is 188 (73.83% from 255 or 30.82% from 610); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCABC is #233543. Grayscale: #CDCDCD. Windows color (decimal): -2307396 or 12372700. OLE color: 12372700.
HSL color Cylindrical-coordinate representation of color #DCCABC: hue angle of 26.25º 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 #DCCABC is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 188 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.14 |
| HSL | 26.25º | 0.31% | 0.8% | - |
| HSV(B) | 26.25º | 0.15% | 0.86% | - |
| XYZ | 59.71 | 61.09 | 56.22 | - |
| YUV | 205.79 | 117.96 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 188 | 0 | 0.08 | 0.15 | 0.14 | 26.25 | 0.31 | 0.8 |
| Hex | DC | CA | BC | 0 | 8 | F | E | 1A | 1F | 50 |
| Octal | 334 | 312 | 274 | 0 | 10 | 17 | 16 | 32 | 37 | 120 |
| Binary | 11011100 | 11001010 | 10111100 | 0 | 1000 | 1111 | 1110 | 11010 | 11111 | 1010000 |
Color Harmonies of #DCCABC
Complementary color
Monochromatic Colors of #DCCABC
Black with #DCCABC
Text Example
Text Example
White with #DCCABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCABC; }
p { color: rgb(220,202,188); }
H1.HeaderClassName
{
color: #DCCABC;
}
.AnyTagClassName
{
color: #DCCABC;
}
</style>
background-color css
<style>
a { background-color: #DCCABC; }
a { background-color: rgb(220,202,188); }
div.DivClassName
{
background-color: #DCCABC;
}
.BgClassName
{
background-color: #DCCABC;
}
</style>
border-color css
<style>
span { border-color: #DCCABC; }
span { border-color: rgb(220,202,188); }
td.TdClassName
{
border-color: #DCCABC;
}
.TagClassName
{
border-color: #DCCABC;
}
</style>