Shades of Swirl #DCCDBE
Tints of Swirl #DCCDBE
RGB
CMYK
RGB Variations
Color information
#DCCDBE (or 0xDCCDBE) is known color: Swirl. HEX triplet: DC, CD and BE. RGB value is (220,205,190). Sum of RGB (Red+Green+Blue) = 220+205+190=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 205 (80.47% from 255 or 33.33% from 615); Blue value is 190 (74.61% from 255 or 30.89% from 615); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCDBE is #233241. Grayscale: #CFCFCF. Windows color (decimal): -2306626 or 12504540. OLE color: 12504540.
HSL color Cylindrical-coordinate representation of color #DCCDBE: hue angle of 30º 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 #DCCDBE is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 190 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.14 |
| HSL | 30º | 0.3% | 0.8% | - |
| HSV(B) | 30º | 0.14% | 0.86% | - |
| XYZ | 60.64 | 62.6 | 57.6 | - |
| YUV | 207.78 | 117.97 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 190 | 0 | 0.07 | 0.14 | 0.14 | 30 | 0.3 | 0.8 |
| Hex | DC | CD | BE | 0 | 7 | E | E | 1E | 1E | 50 |
| Octal | 334 | 315 | 276 | 0 | 7 | 16 | 16 | 36 | 36 | 120 |
| Binary | 11011100 | 11001101 | 10111110 | 0 | 111 | 1110 | 1110 | 11110 | 11110 | 1010000 |
Color Harmonies of #DCCDBE
Complementary color
Monochromatic Colors of #DCCDBE
Black with #DCCDBE
Text Example
Text Example
White with #DCCDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCDBE; }
p { color: rgb(220,205,190); }
H1.HeaderClassName
{
color: #DCCDBE;
}
.AnyTagClassName
{
color: #DCCDBE;
}
</style>
background-color css
<style>
a { background-color: #DCCDBE; }
a { background-color: rgb(220,205,190); }
div.DivClassName
{
background-color: #DCCDBE;
}
.BgClassName
{
background-color: #DCCDBE;
}
</style>
border-color css
<style>
span { border-color: #DCCDBE; }
span { border-color: rgb(220,205,190); }
td.TdClassName
{
border-color: #DCCDBE;
}
.TagClassName
{
border-color: #DCCDBE;
}
</style>