Shades of Swirl #D8CABC
Tints of Swirl #D8CABC
RGB
CMYK
RGB Variations
Color information
#D8CABC (or 0xD8CABC) is known color: Swirl. HEX triplet: D8, CA and BC. RGB value is (216,202,188). Sum of RGB (Red+Green+Blue) = 216+202+188=606 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.64% from 606); Green value is 202 (79.30% from 255 or 33.33% from 606); Blue value is 188 (73.83% from 255 or 31.02% from 606); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CABC is #273543. Grayscale: #CCCCCC. Windows color (decimal): -2569540 or 12372696. OLE color: 12372696.
HSL color Cylindrical-coordinate representation of color #D8CABC: hue angle of 30º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D8CABC is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 202 | 188 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.15 |
| HSL | 30º | 0.26% | 0.79% | - |
| HSV(B) | 30º | 0.13% | 0.85% | - |
| XYZ | 58.52 | 60.47 | 56.16 | - |
| YUV | 204.59 | 118.64 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 202 | 188 | 0 | 0.06 | 0.13 | 0.15 | 30 | 0.26 | 0.79 |
| Hex | D8 | CA | BC | 0 | 6 | D | F | 1E | 1A | 4F |
| Octal | 330 | 312 | 274 | 0 | 6 | 15 | 17 | 36 | 32 | 117 |
| Binary | 11011000 | 11001010 | 10111100 | 0 | 110 | 1101 | 1111 | 11110 | 11010 | 1001111 |
Color Harmonies of #D8CABC
Complementary color
Monochromatic Colors of #D8CABC
Black with #D8CABC
Text Example
Text Example
White with #D8CABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CABC; }
p { color: rgb(216,202,188); }
H1.HeaderClassName
{
color: #D8CABC;
}
.AnyTagClassName
{
color: #D8CABC;
}
</style>
background-color css
<style>
a { background-color: #D8CABC; }
a { background-color: rgb(216,202,188); }
div.DivClassName
{
background-color: #D8CABC;
}
.BgClassName
{
background-color: #D8CABC;
}
</style>
border-color css
<style>
span { border-color: #D8CABC; }
span { border-color: rgb(216,202,188); }
td.TdClassName
{
border-color: #D8CABC;
}
.TagClassName
{
border-color: #D8CABC;
}
</style>