Shades of Swirl #DCCCBE
Tints of Swirl #DCCCBE
RGB
CMYK
RGB Variations
Color information
#DCCCBE (or 0xDCCCBE) is known color: Swirl. HEX triplet: DC, CC and BE. RGB value is (220,204,190). Sum of RGB (Red+Green+Blue) = 220+204+190=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 204 (80.08% from 255 or 33.22% from 614); Blue value is 190 (74.61% from 255 or 30.94% from 614); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCCBE is #233341. Grayscale: #CFCFCF. Windows color (decimal): -2306882 or 12504284. OLE color: 12504284.
HSL color Cylindrical-coordinate representation of color #DCCCBE: hue angle of 28º 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 #DCCCBE is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 190 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.14 |
| HSL | 28º | 0.3% | 0.8% | - |
| HSV(B) | 28º | 0.14% | 0.86% | - |
| XYZ | 60.4 | 62.12 | 57.52 | - |
| YUV | 207.19 | 118.3 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 190 | 0 | 0.07 | 0.14 | 0.14 | 28 | 0.3 | 0.8 |
| Hex | DC | CC | BE | 0 | 7 | E | E | 1C | 1E | 50 |
| Octal | 334 | 314 | 276 | 0 | 7 | 16 | 16 | 34 | 36 | 120 |
| Binary | 11011100 | 11001100 | 10111110 | 0 | 111 | 1110 | 1110 | 11100 | 11110 | 1010000 |
Color Harmonies of #DCCCBE
Complementary color
Monochromatic Colors of #DCCCBE
Black with #DCCCBE
Text Example
Text Example
White with #DCCCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCCBE; }
p { color: rgb(220,204,190); }
H1.HeaderClassName
{
color: #DCCCBE;
}
.AnyTagClassName
{
color: #DCCCBE;
}
</style>
background-color css
<style>
a { background-color: #DCCCBE; }
a { background-color: rgb(220,204,190); }
div.DivClassName
{
background-color: #DCCCBE;
}
.BgClassName
{
background-color: #DCCCBE;
}
</style>
border-color css
<style>
span { border-color: #DCCCBE; }
span { border-color: rgb(220,204,190); }
td.TdClassName
{
border-color: #DCCCBE;
}
.TagClassName
{
border-color: #DCCCBE;
}
</style>