Shades of Swirl #D8CFC6
Tints of Swirl #D8CFC6
RGB
CMYK
RGB Variations
Color information
#D8CFC6 (or 0xD8CFC6) is known color: Swirl. HEX triplet: D8, CF and C6. RGB value is (216,207,198). Sum of RGB (Red+Green+Blue) = 216+207+198=621 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.78% from 621); Green value is 207 (81.25% from 255 or 33.33% from 621); Blue value is 198 (77.73% from 255 or 31.88% from 621); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CFC6 is #273039. Grayscale: #D0D0D0. Windows color (decimal): -2568250 or 13029336. OLE color: 13029336.
HSL color Cylindrical-coordinate representation of color #D8CFC6: hue angle of 30º degrees, saturation: 0.19, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D8CFC6 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 207 | 198 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.15 |
| HSL | 30º | 0.19% | 0.81% | - |
| HSV(B) | 30º | 0.08% | 0.85% | - |
| XYZ | 60.82 | 63.3 | 62.44 | - |
| YUV | 208.67 | 121.98 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 207 | 198 | 0 | 0.04 | 0.08 | 0.15 | 30 | 0.19 | 0.81 |
| Hex | D8 | CF | C6 | 0 | 4 | 8 | F | 1E | 13 | 51 |
| Octal | 330 | 317 | 306 | 0 | 4 | 10 | 17 | 36 | 23 | 121 |
| Binary | 11011000 | 11001111 | 11000110 | 0 | 100 | 1000 | 1111 | 11110 | 10011 | 1010001 |
Color Harmonies of #D8CFC6
Complementary color
Monochromatic Colors of #D8CFC6
Black with #D8CFC6
Text Example
Text Example
White with #D8CFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CFC6; }
p { color: rgb(216,207,198); }
H1.HeaderClassName
{
color: #D8CFC6;
}
.AnyTagClassName
{
color: #D8CFC6;
}
</style>
background-color css
<style>
a { background-color: #D8CFC6; }
a { background-color: rgb(216,207,198); }
div.DivClassName
{
background-color: #D8CFC6;
}
.BgClassName
{
background-color: #D8CFC6;
}
</style>
border-color css
<style>
span { border-color: #D8CFC6; }
span { border-color: rgb(216,207,198); }
td.TdClassName
{
border-color: #D8CFC6;
}
.TagClassName
{
border-color: #D8CFC6;
}
</style>