Shades of Swirl #D9CFC7
Tints of Swirl #D9CFC7
RGB
CMYK
RGB Variations
Color information
#D9CFC7 (or 0xD9CFC7) is known color: Swirl. HEX triplet: D9, CF and C7. RGB value is (217,207,199). Sum of RGB (Red+Green+Blue) = 217+207+199=623 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.83% from 623); Green value is 207 (81.25% from 255 or 33.23% from 623); Blue value is 199 (78.12% from 255 or 31.94% from 623); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CFC7 is #263038. Grayscale: #D1D1D1. Windows color (decimal): -2502713 or 13094873. OLE color: 13094873.
HSL color Cylindrical-coordinate representation of color #D9CFC7: hue angle of 26.67º degrees, saturation: 0.19, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D9CFC7 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 207 | 199 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.15 |
| HSL | 26.67º | 0.19% | 0.82% | - |
| HSV(B) | 26.67º | 0.08% | 0.85% | - |
| XYZ | 61.24 | 63.5 | 63.06 | - |
| YUV | 209.08 | 122.31 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 207 | 199 | 0 | 0.05 | 0.08 | 0.15 | 26.67 | 0.19 | 0.82 |
| Hex | D9 | CF | C7 | 0 | 5 | 8 | F | 1B | 13 | 52 |
| Octal | 331 | 317 | 307 | 0 | 5 | 10 | 17 | 33 | 23 | 122 |
| Binary | 11011001 | 11001111 | 11000111 | 0 | 101 | 1000 | 1111 | 11011 | 10011 | 1010010 |
Color Harmonies of #D9CFC7
Complementary color
Monochromatic Colors of #D9CFC7
Black with #D9CFC7
Text Example
Text Example
White with #D9CFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CFC7; }
p { color: rgb(217,207,199); }
H1.HeaderClassName
{
color: #D9CFC7;
}
.AnyTagClassName
{
color: #D9CFC7;
}
</style>
background-color css
<style>
a { background-color: #D9CFC7; }
a { background-color: rgb(217,207,199); }
div.DivClassName
{
background-color: #D9CFC7;
}
.BgClassName
{
background-color: #D9CFC7;
}
</style>
border-color css
<style>
span { border-color: #D9CFC7; }
span { border-color: rgb(217,207,199); }
td.TdClassName
{
border-color: #D9CFC7;
}
.TagClassName
{
border-color: #D9CFC7;
}
</style>