Shades of Swirl #D6D0CB
Tints of Swirl #D6D0CB
RGB
CMYK
RGB Variations
Color information
#D6D0CB (or 0xD6D0CB) is known color: Swirl. HEX triplet: D6, D0 and CB. RGB value is (214,208,203). Sum of RGB (Red+Green+Blue) = 214+208+203=625 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.24% from 625); Green value is 208 (81.64% from 255 or 33.28% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D0CB is #292F34. Grayscale: #D1D1D1. Windows color (decimal): -2699061 or 13357270. OLE color: 13357270.
HSL color Cylindrical-coordinate representation of color #D6D0CB: hue angle of 27.27º degrees, saturation: 0.12, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D6D0CB is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 208 | 203 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.16 |
| HSL | 27.27º | 0.12% | 0.82% | - |
| HSV(B) | 27.27º | 0.05% | 0.84% | - |
| XYZ | 61.07 | 63.72 | 65.58 | - |
| YUV | 209.22 | 124.49 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 208 | 203 | 0 | 0.03 | 0.05 | 0.16 | 27.27 | 0.12 | 0.82 |
| Hex | D6 | D0 | CB | 0 | 3 | 5 | 10 | 1B | C | 52 |
| Octal | 326 | 320 | 313 | 0 | 3 | 5 | 20 | 33 | 14 | 122 |
| Binary | 11010110 | 11010000 | 11001011 | 0 | 11 | 101 | 10000 | 11011 | 1100 | 1010010 |
Color Harmonies of #D6D0CB
Complementary color
Monochromatic Colors of #D6D0CB
Black with #D6D0CB
Text Example
Text Example
White with #D6D0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D0CB; }
p { color: rgb(214,208,203); }
H1.HeaderClassName
{
color: #D6D0CB;
}
.AnyTagClassName
{
color: #D6D0CB;
}
</style>
background-color css
<style>
a { background-color: #D6D0CB; }
a { background-color: rgb(214,208,203); }
div.DivClassName
{
background-color: #D6D0CB;
}
.BgClassName
{
background-color: #D6D0CB;
}
</style>
border-color css
<style>
span { border-color: #D6D0CB; }
span { border-color: rgb(214,208,203); }
td.TdClassName
{
border-color: #D6D0CB;
}
.TagClassName
{
border-color: #D6D0CB;
}
</style>