Shades of Swirl #D2C8BF
Tints of Swirl #D2C8BF
RGB
CMYK
RGB Variations
Color information
#D2C8BF (or 0xD2C8BF) is known color: Swirl. HEX triplet: D2, C8 and BF. RGB value is (210,200,191). Sum of RGB (Red+Green+Blue) = 210+200+191=601 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.94% from 601); Green value is 200 (78.52% from 255 or 33.28% from 601); Blue value is 191 (75% from 255 or 31.78% from 601); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C8BF is #2D3740. Grayscale: #CACACA. Windows color (decimal): -2963265 or 12568786. OLE color: 12568786.
HSL color Cylindrical-coordinate representation of color #D2C8BF: hue angle of 28.42º 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 #D2C8BF is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 200 | 191 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.18 |
| HSL | 28.42º | 0.17% | 0.79% | - |
| HSV(B) | 28.42º | 0.09% | 0.82% | - |
| XYZ | 56.64 | 58.77 | 57.65 | - |
| YUV | 201.96 | 121.81 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 200 | 191 | 0 | 0.05 | 0.09 | 0.18 | 28.42 | 0.17 | 0.79 |
| Hex | D2 | C8 | BF | 0 | 5 | 9 | 12 | 1C | 11 | 4F |
| Octal | 322 | 310 | 277 | 0 | 5 | 11 | 22 | 34 | 21 | 117 |
| Binary | 11010010 | 11001000 | 10111111 | 0 | 101 | 1001 | 10010 | 11100 | 10001 | 1001111 |
Color Harmonies of #D2C8BF
Complementary color
Monochromatic Colors of #D2C8BF
Black with #D2C8BF
Text Example
Text Example
White with #D2C8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C8BF; }
p { color: rgb(210,200,191); }
H1.HeaderClassName
{
color: #D2C8BF;
}
.AnyTagClassName
{
color: #D2C8BF;
}
</style>
background-color css
<style>
a { background-color: #D2C8BF; }
a { background-color: rgb(210,200,191); }
div.DivClassName
{
background-color: #D2C8BF;
}
.BgClassName
{
background-color: #D2C8BF;
}
</style>
border-color css
<style>
span { border-color: #D2C8BF; }
span { border-color: rgb(210,200,191); }
td.TdClassName
{
border-color: #D2C8BF;
}
.TagClassName
{
border-color: #D2C8BF;
}
</style>