Shades of Swirl #D8D1CB
Tints of Swirl #D8D1CB
RGB
CMYK
RGB Variations
Color information
#D8D1CB (or 0xD8D1CB) is known color: Swirl. HEX triplet: D8, D1 and CB. RGB value is (216,209,203). Sum of RGB (Red+Green+Blue) = 216+209+203=628 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.39% from 628); Green value is 209 (82.03% from 255 or 33.28% from 628); Blue value is 203 (79.69% from 255 or 32.32% from 628); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D1CB is #272E34. Grayscale: #D2D2D2. Windows color (decimal): -2567733 or 13357528. OLE color: 13357528.
HSL color Cylindrical-coordinate representation of color #D8D1CB: hue angle of 27.69º degrees, saturation: 0.14, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D8D1CB is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 209 | 203 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.15 |
| HSL | 27.69º | 0.14% | 0.82% | - |
| HSV(B) | 27.69º | 0.06% | 0.85% | - |
| XYZ | 61.9 | 64.51 | 65.69 | - |
| YUV | 210.41 | 123.82 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 209 | 203 | 0 | 0.03 | 0.06 | 0.15 | 27.69 | 0.14 | 0.82 |
| Hex | D8 | D1 | CB | 0 | 3 | 6 | F | 1C | E | 52 |
| Octal | 330 | 321 | 313 | 0 | 3 | 6 | 17 | 34 | 16 | 122 |
| Binary | 11011000 | 11010001 | 11001011 | 0 | 11 | 110 | 1111 | 11100 | 1110 | 1010010 |
Color Harmonies of #D8D1CB
Complementary color
Monochromatic Colors of #D8D1CB
Black with #D8D1CB
Text Example
Text Example
White with #D8D1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D1CB; }
p { color: rgb(216,209,203); }
H1.HeaderClassName
{
color: #D8D1CB;
}
.AnyTagClassName
{
color: #D8D1CB;
}
</style>
background-color css
<style>
a { background-color: #D8D1CB; }
a { background-color: rgb(216,209,203); }
div.DivClassName
{
background-color: #D8D1CB;
}
.BgClassName
{
background-color: #D8D1CB;
}
</style>
border-color css
<style>
span { border-color: #D8D1CB; }
span { border-color: rgb(216,209,203); }
td.TdClassName
{
border-color: #D8D1CB;
}
.TagClassName
{
border-color: #D8D1CB;
}
</style>