Shades of Swirl #D9CFC6
Tints of Swirl #D9CFC6
RGB
CMYK
RGB Variations
Color information
#D9CFC6 (or 0xD9CFC6) is known color: Swirl. HEX triplet: D9, CF and C6. RGB value is (217,207,198). Sum of RGB (Red+Green+Blue) = 217+207+198=622 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.89% from 622); Green value is 207 (81.25% from 255 or 33.28% from 622); Blue value is 198 (77.73% from 255 or 31.83% from 622); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CFC6 is #263039. Grayscale: #D1D1D1. Windows color (decimal): -2502714 or 13029337. OLE color: 13029337.
HSL color Cylindrical-coordinate representation of color #D9CFC6: hue angle of 28.42º degrees, saturation: 0.2, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D9CFC6 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 207 | 198 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.15 |
| HSL | 28.42º | 0.2% | 0.81% | - |
| HSV(B) | 28.42º | 0.09% | 0.85% | - |
| XYZ | 61.12 | 63.45 | 62.45 | - |
| YUV | 208.96 | 121.81 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 207 | 198 | 0 | 0.05 | 0.09 | 0.15 | 28.42 | 0.2 | 0.81 |
| Hex | D9 | CF | C6 | 0 | 5 | 9 | F | 1C | 14 | 51 |
| Octal | 331 | 317 | 306 | 0 | 5 | 11 | 17 | 34 | 24 | 121 |
| Binary | 11011001 | 11001111 | 11000110 | 0 | 101 | 1001 | 1111 | 11100 | 10100 | 1010001 |
Color Harmonies of #D9CFC6
Complementary color
Monochromatic Colors of #D9CFC6
Black with #D9CFC6
Text Example
Text Example
White with #D9CFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CFC6; }
p { color: rgb(217,207,198); }
H1.HeaderClassName
{
color: #D9CFC6;
}
.AnyTagClassName
{
color: #D9CFC6;
}
</style>
background-color css
<style>
a { background-color: #D9CFC6; }
a { background-color: rgb(217,207,198); }
div.DivClassName
{
background-color: #D9CFC6;
}
.BgClassName
{
background-color: #D9CFC6;
}
</style>
border-color css
<style>
span { border-color: #D9CFC6; }
span { border-color: rgb(217,207,198); }
td.TdClassName
{
border-color: #D9CFC6;
}
.TagClassName
{
border-color: #D9CFC6;
}
</style>