Shades of Swirl #D8CFC8
Tints of Swirl #D8CFC8
RGB
CMYK
RGB Variations
Color information
#D8CFC8 (or 0xD8CFC8) is known color: Swirl. HEX triplet: D8, CF and C8. RGB value is (216,207,200). Sum of RGB (Red+Green+Blue) = 216+207+200=623 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.67% from 623); Green value is 207 (81.25% from 255 or 33.23% from 623); Blue value is 200 (78.52% from 255 or 32.10% from 623); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CFC8 is #273037. Grayscale: #D0D0D0. Windows color (decimal): -2568248 or 13160408. OLE color: 13160408.
HSL color Cylindrical-coordinate representation of color #D8CFC8: hue angle of 26.25º degrees, saturation: 0.17, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D8CFC8 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 207 | 200 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.15 |
| HSL | 26.25º | 0.17% | 0.82% | - |
| HSV(B) | 26.25º | 0.07% | 0.85% | - |
| XYZ | 61.06 | 63.39 | 63.66 | - |
| YUV | 208.89 | 122.98 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 207 | 200 | 0 | 0.04 | 0.07 | 0.15 | 26.25 | 0.17 | 0.82 |
| Hex | D8 | CF | C8 | 0 | 4 | 7 | F | 1A | 11 | 52 |
| Octal | 330 | 317 | 310 | 0 | 4 | 7 | 17 | 32 | 21 | 122 |
| Binary | 11011000 | 11001111 | 11001000 | 0 | 100 | 111 | 1111 | 11010 | 10001 | 1010010 |
Color Harmonies of #D8CFC8
Complementary color
Monochromatic Colors of #D8CFC8
Black with #D8CFC8
Text Example
Text Example
White with #D8CFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CFC8; }
p { color: rgb(216,207,200); }
H1.HeaderClassName
{
color: #D8CFC8;
}
.AnyTagClassName
{
color: #D8CFC8;
}
</style>
background-color css
<style>
a { background-color: #D8CFC8; }
a { background-color: rgb(216,207,200); }
div.DivClassName
{
background-color: #D8CFC8;
}
.BgClassName
{
background-color: #D8CFC8;
}
</style>
border-color css
<style>
span { border-color: #D8CFC8; }
span { border-color: rgb(216,207,200); }
td.TdClassName
{
border-color: #D8CFC8;
}
.TagClassName
{
border-color: #D8CFC8;
}
</style>