Shades of Swirl #D8CBBD
Tints of Swirl #D8CBBD
RGB
CMYK
RGB Variations
Color information
#D8CBBD (or 0xD8CBBD) is known color: Swirl. HEX triplet: D8, CB and BD. RGB value is (216,203,189). Sum of RGB (Red+Green+Blue) = 216+203+189=608 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.53% from 608); Green value is 203 (79.69% from 255 or 33.39% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CBBD is #273442. Grayscale: #CDCDCD. Windows color (decimal): -2569283 or 12438488. OLE color: 12438488.
HSL color Cylindrical-coordinate representation of color #D8CBBD: hue angle of 31.11º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D8CBBD is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 203 | 189 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.15 |
| HSL | 31.11º | 0.26% | 0.79% | - |
| HSV(B) | 31.11º | 0.13% | 0.85% | - |
| XYZ | 58.86 | 60.98 | 56.81 | - |
| YUV | 205.29 | 118.81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 203 | 189 | 0 | 0.06 | 0.12 | 0.15 | 31.11 | 0.26 | 0.79 |
| Hex | D8 | CB | BD | 0 | 6 | C | F | 1F | 1A | 4F |
| Octal | 330 | 313 | 275 | 0 | 6 | 14 | 17 | 37 | 32 | 117 |
| Binary | 11011000 | 11001011 | 10111101 | 0 | 110 | 1100 | 1111 | 11111 | 11010 | 1001111 |
Color Harmonies of #D8CBBD
Complementary color
Monochromatic Colors of #D8CBBD
Black with #D8CBBD
Text Example
Text Example
White with #D8CBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CBBD; }
p { color: rgb(216,203,189); }
H1.HeaderClassName
{
color: #D8CBBD;
}
.AnyTagClassName
{
color: #D8CBBD;
}
</style>
background-color css
<style>
a { background-color: #D8CBBD; }
a { background-color: rgb(216,203,189); }
div.DivClassName
{
background-color: #D8CBBD;
}
.BgClassName
{
background-color: #D8CBBD;
}
</style>
border-color css
<style>
span { border-color: #D8CBBD; }
span { border-color: rgb(216,203,189); }
td.TdClassName
{
border-color: #D8CBBD;
}
.TagClassName
{
border-color: #D8CBBD;
}
</style>