Shades of Swirl #D7CFC9
Tints of Swirl #D7CFC9
RGB
CMYK
RGB Variations
Color information
#D7CFC9 (or 0xD7CFC9) is known color: Swirl. HEX triplet: D7, CF and C9. RGB value is (215,207,201). Sum of RGB (Red+Green+Blue) = 215+207+201=623 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.51% from 623); Green value is 207 (81.25% from 255 or 33.23% from 623); Blue value is 201 (78.91% from 255 or 32.26% from 623); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CFC9 is #283036. Grayscale: #D0D0D0. Windows color (decimal): -2633783 or 13225943. OLE color: 13225943.
HSL color Cylindrical-coordinate representation of color #D7CFC9: hue angle of 25.71º degrees, saturation: 0.15, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D7CFC9 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 207 | 201 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.16 |
| HSL | 25.71º | 0.15% | 0.82% | - |
| HSV(B) | 25.71º | 0.07% | 0.84% | - |
| XYZ | 60.88 | 63.29 | 64.27 | - |
| YUV | 208.71 | 123.65 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 207 | 201 | 0 | 0.04 | 0.07 | 0.16 | 25.71 | 0.15 | 0.82 |
| Hex | D7 | CF | C9 | 0 | 4 | 7 | 10 | 1A | F | 52 |
| Octal | 327 | 317 | 311 | 0 | 4 | 7 | 20 | 32 | 17 | 122 |
| Binary | 11010111 | 11001111 | 11001001 | 0 | 100 | 111 | 10000 | 11010 | 1111 | 1010010 |
Color Harmonies of #D7CFC9
Complementary color
Monochromatic Colors of #D7CFC9
Black with #D7CFC9
Text Example
Text Example
White with #D7CFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CFC9; }
p { color: rgb(215,207,201); }
H1.HeaderClassName
{
color: #D7CFC9;
}
.AnyTagClassName
{
color: #D7CFC9;
}
</style>
background-color css
<style>
a { background-color: #D7CFC9; }
a { background-color: rgb(215,207,201); }
div.DivClassName
{
background-color: #D7CFC9;
}
.BgClassName
{
background-color: #D7CFC9;
}
</style>
border-color css
<style>
span { border-color: #D7CFC9; }
span { border-color: rgb(215,207,201); }
td.TdClassName
{
border-color: #D7CFC9;
}
.TagClassName
{
border-color: #D7CFC9;
}
</style>