Shades of Swirl #D7CBBD
Tints of Swirl #D7CBBD
RGB
CMYK
RGB Variations
Color information
#D7CBBD (or 0xD7CBBD) is known color: Swirl. HEX triplet: D7, CB and BD. RGB value is (215,203,189). Sum of RGB (Red+Green+Blue) = 215+203+189=607 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.42% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CBBD is #283442. Grayscale: #CDCDCD. Windows color (decimal): -2634819 or 12438487. OLE color: 12438487.
HSL color Cylindrical-coordinate representation of color #D7CBBD: hue angle of 32.31º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7CBBD is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 203 | 189 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.16 |
| HSL | 32.31º | 0.25% | 0.79% | - |
| HSV(B) | 32.31º | 0.12% | 0.84% | - |
| XYZ | 58.57 | 60.83 | 56.8 | - |
| YUV | 204.99 | 118.98 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 203 | 189 | 0 | 0.06 | 0.12 | 0.16 | 32.31 | 0.25 | 0.79 |
| Hex | D7 | CB | BD | 0 | 6 | C | 10 | 20 | 19 | 4F |
| Octal | 327 | 313 | 275 | 0 | 6 | 14 | 20 | 40 | 31 | 117 |
| Binary | 11010111 | 11001011 | 10111101 | 0 | 110 | 1100 | 10000 | 100000 | 11001 | 1001111 |
Color Harmonies of #D7CBBD
Complementary color
Monochromatic Colors of #D7CBBD
Black with #D7CBBD
Text Example
Text Example
White with #D7CBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CBBD; }
p { color: rgb(215,203,189); }
H1.HeaderClassName
{
color: #D7CBBD;
}
.AnyTagClassName
{
color: #D7CBBD;
}
</style>
background-color css
<style>
a { background-color: #D7CBBD; }
a { background-color: rgb(215,203,189); }
div.DivClassName
{
background-color: #D7CBBD;
}
.BgClassName
{
background-color: #D7CBBD;
}
</style>
border-color css
<style>
span { border-color: #D7CBBD; }
span { border-color: rgb(215,203,189); }
td.TdClassName
{
border-color: #D7CBBD;
}
.TagClassName
{
border-color: #D7CBBD;
}
</style>