Shades of Swirl #DCCCBC
Tints of Swirl #DCCCBC
RGB
CMYK
RGB Variations
Color information
#DCCCBC (or 0xDCCCBC) is known color: Swirl. HEX triplet: DC, CC and BC. RGB value is (220,204,188). Sum of RGB (Red+Green+Blue) = 220+204+188=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 204 (80.08% from 255 or 33.33% from 612); Blue value is 188 (73.83% from 255 or 30.72% from 612); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCCBC is #233343. Grayscale: #CFCFCF. Windows color (decimal): -2306884 or 12373212. OLE color: 12373212.
HSL color Cylindrical-coordinate representation of color #DCCCBC: hue angle of 30º 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 #DCCCBC is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 188 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.14 |
| HSL | 30º | 0.31% | 0.8% | - |
| HSV(B) | 30º | 0.15% | 0.86% | - |
| XYZ | 60.19 | 62.03 | 56.38 | - |
| YUV | 206.96 | 117.3 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 188 | 0 | 0.07 | 0.15 | 0.14 | 30 | 0.31 | 0.8 |
| Hex | DC | CC | BC | 0 | 7 | F | E | 1E | 1F | 50 |
| Octal | 334 | 314 | 274 | 0 | 7 | 17 | 16 | 36 | 37 | 120 |
| Binary | 11011100 | 11001100 | 10111100 | 0 | 111 | 1111 | 1110 | 11110 | 11111 | 1010000 |
Color Harmonies of #DCCCBC
Complementary color
Monochromatic Colors of #DCCCBC
Black with #DCCCBC
Text Example
Text Example
White with #DCCCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCCBC; }
p { color: rgb(220,204,188); }
H1.HeaderClassName
{
color: #DCCCBC;
}
.AnyTagClassName
{
color: #DCCCBC;
}
</style>
background-color css
<style>
a { background-color: #DCCCBC; }
a { background-color: rgb(220,204,188); }
div.DivClassName
{
background-color: #DCCCBC;
}
.BgClassName
{
background-color: #DCCCBC;
}
</style>
border-color css
<style>
span { border-color: #DCCCBC; }
span { border-color: rgb(220,204,188); }
td.TdClassName
{
border-color: #DCCCBC;
}
.TagClassName
{
border-color: #DCCCBC;
}
</style>