Shades of Swirl #DCCDBF
Tints of Swirl #DCCDBF
RGB
CMYK
RGB Variations
Color information
#DCCDBF (or 0xDCCDBF) is known color: Swirl. HEX triplet: DC, CD and BF. RGB value is (220,205,191). Sum of RGB (Red+Green+Blue) = 220+205+191=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 191 (75% from 255 or 31.01% from 616); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCDBF is #233240. Grayscale: #CFCFCF. Windows color (decimal): -2306625 or 12570076. OLE color: 12570076.
HSL color Cylindrical-coordinate representation of color #DCCDBF: hue angle of 28.97º 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 #DCCDBF is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 191 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.14 |
| HSL | 28.97º | 0.29% | 0.81% | - |
| HSV(B) | 28.97º | 0.13% | 0.86% | - |
| XYZ | 60.75 | 62.64 | 58.18 | - |
| YUV | 207.89 | 118.47 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 191 | 0 | 0.07 | 0.13 | 0.14 | 28.97 | 0.29 | 0.81 |
| Hex | DC | CD | BF | 0 | 7 | D | E | 1D | 1D | 51 |
| Octal | 334 | 315 | 277 | 0 | 7 | 15 | 16 | 35 | 35 | 121 |
| Binary | 11011100 | 11001101 | 10111111 | 0 | 111 | 1101 | 1110 | 11101 | 11101 | 1010001 |
Color Harmonies of #DCCDBF
Complementary color
Monochromatic Colors of #DCCDBF
Black with #DCCDBF
Text Example
Text Example
White with #DCCDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCDBF; }
p { color: rgb(220,205,191); }
H1.HeaderClassName
{
color: #DCCDBF;
}
.AnyTagClassName
{
color: #DCCDBF;
}
</style>
background-color css
<style>
a { background-color: #DCCDBF; }
a { background-color: rgb(220,205,191); }
div.DivClassName
{
background-color: #DCCDBF;
}
.BgClassName
{
background-color: #DCCDBF;
}
</style>
border-color css
<style>
span { border-color: #DCCDBF; }
span { border-color: rgb(220,205,191); }
td.TdClassName
{
border-color: #DCCDBF;
}
.TagClassName
{
border-color: #DCCDBF;
}
</style>