Shades of Swirl #D8CBBC
Tints of Swirl #D8CBBC
RGB
CMYK
RGB Variations
Color information
#D8CBBC (or 0xD8CBBC) is known color: Swirl. HEX triplet: D8, CB and BC. RGB value is (216,203,188). Sum of RGB (Red+Green+Blue) = 216+203+188=607 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.58% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 188 (73.83% from 255 or 30.97% from 607); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CBBC is #273443. Grayscale: #CDCDCD. Windows color (decimal): -2569284 or 12372952. OLE color: 12372952.
HSL color Cylindrical-coordinate representation of color #D8CBBC: hue angle of 32.14º 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 #D8CBBC is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 203 | 188 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.15 |
| HSL | 32.14º | 0.26% | 0.79% | - |
| HSV(B) | 32.14º | 0.13% | 0.85% | - |
| XYZ | 58.75 | 60.94 | 56.24 | - |
| YUV | 205.18 | 118.31 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 203 | 188 | 0 | 0.06 | 0.13 | 0.15 | 32.14 | 0.26 | 0.79 |
| Hex | D8 | CB | BC | 0 | 6 | D | F | 20 | 1A | 4F |
| Octal | 330 | 313 | 274 | 0 | 6 | 15 | 17 | 40 | 32 | 117 |
| Binary | 11011000 | 11001011 | 10111100 | 0 | 110 | 1101 | 1111 | 100000 | 11010 | 1001111 |
Color Harmonies of #D8CBBC
Complementary color
Monochromatic Colors of #D8CBBC
Black with #D8CBBC
Text Example
Text Example
White with #D8CBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CBBC; }
p { color: rgb(216,203,188); }
H1.HeaderClassName
{
color: #D8CBBC;
}
.AnyTagClassName
{
color: #D8CBBC;
}
</style>
background-color css
<style>
a { background-color: #D8CBBC; }
a { background-color: rgb(216,203,188); }
div.DivClassName
{
background-color: #D8CBBC;
}
.BgClassName
{
background-color: #D8CBBC;
}
</style>
border-color css
<style>
span { border-color: #D8CBBC; }
span { border-color: rgb(216,203,188); }
td.TdClassName
{
border-color: #D8CBBC;
}
.TagClassName
{
border-color: #D8CBBC;
}
</style>