Shades of Swirl #DCD2C6
Tints of Swirl #DCD2C6
RGB
CMYK
RGB Variations
Color information
#DCD2C6 (or 0xDCD2C6) is known color: Swirl. HEX triplet: DC, D2 and C6. RGB value is (220,210,198). Sum of RGB (Red+Green+Blue) = 220+210+198=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 210 (82.42% from 255 or 33.44% from 628); Blue value is 198 (77.73% from 255 or 31.53% from 628); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD2C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD2C6 is #232D39. Grayscale: #D3D3D3. Windows color (decimal): -2305338 or 13030108. OLE color: 13030108.
HSL color Cylindrical-coordinate representation of color #DCD2C6: hue angle of 32.73º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCD2C6 is Cyan = 0, Magento = 0.05, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 198 | - |
| CMYK | 0 | 0.05 | 0.1 | 0.14 |
| HSL | 32.73º | 0.24% | 0.82% | - |
| HSV(B) | 32.73º | 0.1% | 0.86% | - |
| XYZ | 62.75 | 65.39 | 62.74 | - |
| YUV | 211.62 | 120.31 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 198 | 0 | 0.05 | 0.1 | 0.14 | 32.73 | 0.24 | 0.82 |
| Hex | DC | D2 | C6 | 0 | 5 | A | E | 21 | 18 | 52 |
| Octal | 334 | 322 | 306 | 0 | 5 | 12 | 16 | 41 | 30 | 122 |
| Binary | 11011100 | 11010010 | 11000110 | 0 | 101 | 1010 | 1110 | 100001 | 11000 | 1010010 |
Color Harmonies of #DCD2C6
Complementary color
Monochromatic Colors of #DCD2C6
Black with #DCD2C6
Text Example
Text Example
White with #DCD2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD2C6; }
p { color: rgb(220,210,198); }
H1.HeaderClassName
{
color: #DCD2C6;
}
.AnyTagClassName
{
color: #DCD2C6;
}
</style>
background-color css
<style>
a { background-color: #DCD2C6; }
a { background-color: rgb(220,210,198); }
div.DivClassName
{
background-color: #DCD2C6;
}
.BgClassName
{
background-color: #DCD2C6;
}
</style>
border-color css
<style>
span { border-color: #DCD2C6; }
span { border-color: rgb(220,210,198); }
td.TdClassName
{
border-color: #DCD2C6;
}
.TagClassName
{
border-color: #DCD2C6;
}
</style>