Shades of Swirl #D9CCBD
Tints of Swirl #D9CCBD
RGB
CMYK
RGB Variations
Color information
#D9CCBD (or 0xD9CCBD) is known color: Swirl. HEX triplet: D9, CC and BD. RGB value is (217,204,189). Sum of RGB (Red+Green+Blue) = 217+204+189=610 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.57% from 610); Green value is 204 (80.08% from 255 or 33.44% from 610); Blue value is 189 (74.22% from 255 or 30.98% from 610); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CCBD is #263342. Grayscale: #CECECE. Windows color (decimal): -2503491 or 12438745. OLE color: 12438745.
HSL color Cylindrical-coordinate representation of color #D9CCBD: hue angle of 32.14º 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 #D9CCBD is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 204 | 189 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.15 |
| HSL | 32.14º | 0.27% | 0.8% | - |
| HSV(B) | 32.14º | 0.13% | 0.85% | - |
| XYZ | 59.39 | 61.61 | 56.91 | - |
| YUV | 206.18 | 118.31 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 204 | 189 | 0 | 0.06 | 0.13 | 0.15 | 32.14 | 0.27 | 0.8 |
| Hex | D9 | CC | BD | 0 | 6 | D | F | 20 | 1B | 50 |
| Octal | 331 | 314 | 275 | 0 | 6 | 15 | 17 | 40 | 33 | 120 |
| Binary | 11011001 | 11001100 | 10111101 | 0 | 110 | 1101 | 1111 | 100000 | 11011 | 1010000 |
Color Harmonies of #D9CCBD
Complementary color
Monochromatic Colors of #D9CCBD
Black with #D9CCBD
Text Example
Text Example
White with #D9CCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CCBD; }
p { color: rgb(217,204,189); }
H1.HeaderClassName
{
color: #D9CCBD;
}
.AnyTagClassName
{
color: #D9CCBD;
}
</style>
background-color css
<style>
a { background-color: #D9CCBD; }
a { background-color: rgb(217,204,189); }
div.DivClassName
{
background-color: #D9CCBD;
}
.BgClassName
{
background-color: #D9CCBD;
}
</style>
border-color css
<style>
span { border-color: #D9CCBD; }
span { border-color: rgb(217,204,189); }
td.TdClassName
{
border-color: #D9CCBD;
}
.TagClassName
{
border-color: #D9CCBD;
}
</style>