Shades of Swirl #D2C9BF
Tints of Swirl #D2C9BF
RGB
CMYK
RGB Variations
Color information
#D2C9BF (or 0xD2C9BF) is known color: Swirl. HEX triplet: D2, C9 and BF. RGB value is (210,201,191). Sum of RGB (Red+Green+Blue) = 210+201+191=602 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.88% from 602); Green value is 201 (78.91% from 255 or 33.39% from 602); Blue value is 191 (75% from 255 or 31.73% from 602); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C9BF is #2D3640. Grayscale: #CACACA. Windows color (decimal): -2963009 or 12569042. OLE color: 12569042.
HSL color Cylindrical-coordinate representation of color #D2C9BF: hue angle of 31.58º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D2C9BF is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 201 | 191 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.18 |
| HSL | 31.58º | 0.17% | 0.79% | - |
| HSV(B) | 31.58º | 0.09% | 0.82% | - |
| XYZ | 56.87 | 59.24 | 57.73 | - |
| YUV | 202.55 | 121.48 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 201 | 191 | 0 | 0.04 | 0.09 | 0.18 | 31.58 | 0.17 | 0.79 |
| Hex | D2 | C9 | BF | 0 | 4 | 9 | 12 | 20 | 11 | 4F |
| Octal | 322 | 311 | 277 | 0 | 4 | 11 | 22 | 40 | 21 | 117 |
| Binary | 11010010 | 11001001 | 10111111 | 0 | 100 | 1001 | 10010 | 100000 | 10001 | 1001111 |
Color Harmonies of #D2C9BF
Complementary color
Monochromatic Colors of #D2C9BF
Black with #D2C9BF
Text Example
Text Example
White with #D2C9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C9BF; }
p { color: rgb(210,201,191); }
H1.HeaderClassName
{
color: #D2C9BF;
}
.AnyTagClassName
{
color: #D2C9BF;
}
</style>
background-color css
<style>
a { background-color: #D2C9BF; }
a { background-color: rgb(210,201,191); }
div.DivClassName
{
background-color: #D2C9BF;
}
.BgClassName
{
background-color: #D2C9BF;
}
</style>
border-color css
<style>
span { border-color: #D2C9BF; }
span { border-color: rgb(210,201,191); }
td.TdClassName
{
border-color: #D2C9BF;
}
.TagClassName
{
border-color: #D2C9BF;
}
</style>