Shades of Swirl #D8CAC0
Tints of Swirl #D8CAC0
RGB
CMYK
RGB Variations
Color information
#D8CAC0 (or 0xD8CAC0) is known color: Swirl. HEX triplet: D8, CA and C0. RGB value is (216,202,192). Sum of RGB (Red+Green+Blue) = 216+202+192=610 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.41% from 610); Green value is 202 (79.30% from 255 or 33.11% from 610); Blue value is 192 (75.39% from 255 or 31.48% from 610); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CAC0 is #27353F. Grayscale: #CDCDCD. Windows color (decimal): -2569536 or 12634840. OLE color: 12634840.
HSL color Cylindrical-coordinate representation of color #D8CAC0: hue angle of 25º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D8CAC0 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 202 | 192 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.15 |
| HSL | 25º | 0.24% | 0.8% | - |
| HSV(B) | 25º | 0.11% | 0.85% | - |
| XYZ | 58.95 | 60.65 | 58.47 | - |
| YUV | 205.05 | 120.64 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 202 | 192 | 0 | 0.06 | 0.11 | 0.15 | 25 | 0.24 | 0.8 |
| Hex | D8 | CA | C0 | 0 | 6 | B | F | 19 | 18 | 50 |
| Octal | 330 | 312 | 300 | 0 | 6 | 13 | 17 | 31 | 30 | 120 |
| Binary | 11011000 | 11001010 | 11000000 | 0 | 110 | 1011 | 1111 | 11001 | 11000 | 1010000 |
Color Harmonies of #D8CAC0
Complementary color
Monochromatic Colors of #D8CAC0
Black with #D8CAC0
Text Example
Text Example
White with #D8CAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CAC0; }
p { color: rgb(216,202,192); }
H1.HeaderClassName
{
color: #D8CAC0;
}
.AnyTagClassName
{
color: #D8CAC0;
}
</style>
background-color css
<style>
a { background-color: #D8CAC0; }
a { background-color: rgb(216,202,192); }
div.DivClassName
{
background-color: #D8CAC0;
}
.BgClassName
{
background-color: #D8CAC0;
}
</style>
border-color css
<style>
span { border-color: #D8CAC0; }
span { border-color: rgb(216,202,192); }
td.TdClassName
{
border-color: #D8CAC0;
}
.TagClassName
{
border-color: #D8CAC0;
}
</style>