Shades of Swirl #DCCFC0
Tints of Swirl #DCCFC0
RGB
CMYK
RGB Variations
Color information
#DCCFC0 (or 0xDCCFC0) is known color: Swirl. HEX triplet: DC, CF and C0. RGB value is (220,207,192). Sum of RGB (Red+Green+Blue) = 220+207+192=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 207 (81.25% from 255 or 33.44% from 619); Blue value is 192 (75.39% from 255 or 31.02% from 619); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCFC0 is #23303F. Grayscale: #D1D1D1. Windows color (decimal): -2306112 or 12636124. OLE color: 12636124.
HSL color Cylindrical-coordinate representation of color #DCCFC0: hue angle of 32.14º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCCFC0 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 192 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.14 |
| HSL | 32.14º | 0.29% | 0.81% | - |
| HSV(B) | 32.14º | 0.13% | 0.86% | - |
| XYZ | 61.34 | 63.65 | 58.92 | - |
| YUV | 209.18 | 118.31 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 192 | 0 | 0.06 | 0.13 | 0.14 | 32.14 | 0.29 | 0.81 |
| Hex | DC | CF | C0 | 0 | 6 | D | E | 20 | 1D | 51 |
| Octal | 334 | 317 | 300 | 0 | 6 | 15 | 16 | 40 | 35 | 121 |
| Binary | 11011100 | 11001111 | 11000000 | 0 | 110 | 1101 | 1110 | 100000 | 11101 | 1010001 |
Color Harmonies of #DCCFC0
Complementary color
Monochromatic Colors of #DCCFC0
Black with #DCCFC0
Text Example
Text Example
White with #DCCFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCFC0; }
p { color: rgb(220,207,192); }
H1.HeaderClassName
{
color: #DCCFC0;
}
.AnyTagClassName
{
color: #DCCFC0;
}
</style>
background-color css
<style>
a { background-color: #DCCFC0; }
a { background-color: rgb(220,207,192); }
div.DivClassName
{
background-color: #DCCFC0;
}
.BgClassName
{
background-color: #DCCFC0;
}
</style>
border-color css
<style>
span { border-color: #DCCFC0; }
span { border-color: rgb(220,207,192); }
td.TdClassName
{
border-color: #DCCFC0;
}
.TagClassName
{
border-color: #DCCFC0;
}
</style>