Shades of Swirl #D9CBBD
Tints of Swirl #D9CBBD
RGB
CMYK
RGB Variations
Color information
#D9CBBD (or 0xD9CBBD) is known color: Swirl. HEX triplet: D9, CB and BD. RGB value is (217,203,189). Sum of RGB (Red+Green+Blue) = 217+203+189=609 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.63% from 609); Green value is 203 (79.69% from 255 or 33.33% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CBBD is #263442. Grayscale: #CDCDCD. Windows color (decimal): -2503747 or 12438489. OLE color: 12438489.
HSL color Cylindrical-coordinate representation of color #D9CBBD: hue angle of 30º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9CBBD is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 203 | 189 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.15 |
| HSL | 30º | 0.27% | 0.8% | - |
| HSV(B) | 30º | 0.13% | 0.85% | - |
| XYZ | 59.16 | 61.14 | 56.83 | - |
| YUV | 205.59 | 118.64 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 203 | 189 | 0 | 0.06 | 0.13 | 0.15 | 30 | 0.27 | 0.8 |
| Hex | D9 | CB | BD | 0 | 6 | D | F | 1E | 1B | 50 |
| Octal | 331 | 313 | 275 | 0 | 6 | 15 | 17 | 36 | 33 | 120 |
| Binary | 11011001 | 11001011 | 10111101 | 0 | 110 | 1101 | 1111 | 11110 | 11011 | 1010000 |
Color Harmonies of #D9CBBD
Complementary color
Monochromatic Colors of #D9CBBD
Black with #D9CBBD
Text Example
Text Example
White with #D9CBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CBBD; }
p { color: rgb(217,203,189); }
H1.HeaderClassName
{
color: #D9CBBD;
}
.AnyTagClassName
{
color: #D9CBBD;
}
</style>
background-color css
<style>
a { background-color: #D9CBBD; }
a { background-color: rgb(217,203,189); }
div.DivClassName
{
background-color: #D9CBBD;
}
.BgClassName
{
background-color: #D9CBBD;
}
</style>
border-color css
<style>
span { border-color: #D9CBBD; }
span { border-color: rgb(217,203,189); }
td.TdClassName
{
border-color: #D9CBBD;
}
.TagClassName
{
border-color: #D9CBBD;
}
</style>