Shades of Swirl #D6CCC0
Tints of Swirl #D6CCC0
RGB
CMYK
RGB Variations
Color information
#D6CCC0 (or 0xD6CCC0) is known color: Swirl. HEX triplet: D6, CC and C0. RGB value is (214,204,192). Sum of RGB (Red+Green+Blue) = 214+204+192=610 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.08% from 610); Green value is 204 (80.08% from 255 or 33.44% from 610); Blue value is 192 (75.39% from 255 or 31.48% from 610); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CCC0 is #29333F. Grayscale: #CDCDCD. Windows color (decimal): -2700096 or 12635350. OLE color: 12635350.
HSL color Cylindrical-coordinate representation of color #D6CCC0: hue angle of 32.73º degrees, saturation: 0.21, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6CCC0 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 204 | 192 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.16 |
| HSL | 32.73º | 0.21% | 0.8% | - |
| HSV(B) | 32.73º | 0.1% | 0.84% | - |
| XYZ | 58.84 | 61.29 | 58.6 | - |
| YUV | 205.62 | 120.31 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 204 | 192 | 0 | 0.05 | 0.10 | 0.16 | 32.73 | 0.21 | 0.8 |
| Hex | D6 | CC | C0 | 0 | 5 | A | 10 | 21 | 15 | 50 |
| Octal | 326 | 314 | 300 | 0 | 5 | 12 | 20 | 41 | 25 | 120 |
| Binary | 11010110 | 11001100 | 11000000 | 0 | 101 | 1010 | 10000 | 100001 | 10101 | 1010000 |
Color Harmonies of #D6CCC0
Complementary color
Monochromatic Colors of #D6CCC0
Black with #D6CCC0
Text Example
Text Example
White with #D6CCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CCC0; }
p { color: rgb(214,204,192); }
H1.HeaderClassName
{
color: #D6CCC0;
}
.AnyTagClassName
{
color: #D6CCC0;
}
</style>
background-color css
<style>
a { background-color: #D6CCC0; }
a { background-color: rgb(214,204,192); }
div.DivClassName
{
background-color: #D6CCC0;
}
.BgClassName
{
background-color: #D6CCC0;
}
</style>
border-color css
<style>
span { border-color: #D6CCC0; }
span { border-color: rgb(214,204,192); }
td.TdClassName
{
border-color: #D6CCC0;
}
.TagClassName
{
border-color: #D6CCC0;
}
</style>