Shades of Swirl #D1C8BF
Tints of Swirl #D1C8BF
RGB
CMYK
RGB Variations
Color information
#D1C8BF (or 0xD1C8BF) is known color: Swirl. HEX triplet: D1, C8 and BF. RGB value is (209,200,191). Sum of RGB (Red+Green+Blue) = 209+200+191=600 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.83% from 600); Green value is 200 (78.52% from 255 or 33.33% from 600); Blue value is 191 (75% from 255 or 31.83% from 600); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C8BF is #2E3740. Grayscale: #C9C9C9. Windows color (decimal): -3028801 or 12568785. OLE color: 12568785.
HSL color Cylindrical-coordinate representation of color #D1C8BF: hue angle of 30º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D1C8BF is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 200 | 191 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.18 |
| HSL | 30º | 0.16% | 0.78% | - |
| HSV(B) | 30º | 0.09% | 0.82% | - |
| XYZ | 56.35 | 58.63 | 57.64 | - |
| YUV | 201.67 | 121.98 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 200 | 191 | 0 | 0.04 | 0.09 | 0.18 | 30 | 0.16 | 0.78 |
| Hex | D1 | C8 | BF | 0 | 4 | 9 | 12 | 1E | 10 | 4E |
| Octal | 321 | 310 | 277 | 0 | 4 | 11 | 22 | 36 | 20 | 116 |
| Binary | 11010001 | 11001000 | 10111111 | 0 | 100 | 1001 | 10010 | 11110 | 10000 | 1001110 |
Color Harmonies of #D1C8BF
Complementary color
Monochromatic Colors of #D1C8BF
Black with #D1C8BF
Text Example
Text Example
White with #D1C8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C8BF; }
p { color: rgb(209,200,191); }
H1.HeaderClassName
{
color: #D1C8BF;
}
.AnyTagClassName
{
color: #D1C8BF;
}
</style>
background-color css
<style>
a { background-color: #D1C8BF; }
a { background-color: rgb(209,200,191); }
div.DivClassName
{
background-color: #D1C8BF;
}
.BgClassName
{
background-color: #D1C8BF;
}
</style>
border-color css
<style>
span { border-color: #D1C8BF; }
span { border-color: rgb(209,200,191); }
td.TdClassName
{
border-color: #D1C8BF;
}
.TagClassName
{
border-color: #D1C8BF;
}
</style>