Shades of Chantilly #E9B6CE
Tints of Chantilly #E9B6CE
RGB
CMYK
RGB Variations
Color information
#E9B6CE (or 0xE9B6CE) is known color: Chantilly. HEX triplet: E9, B6 and CE. RGB value is (233,182,206). Sum of RGB (Red+Green+Blue) = 233+182+206=621 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.52% from 621); Green value is 182 (71.48% from 255 or 29.31% from 621); Blue value is 206 (80.86% from 255 or 33.17% from 621); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B6CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9B6CE is #164931. Grayscale: #C7C7C7. Windows color (decimal): -1460530 or 13547241. OLE color: 13547241.
HSL color Cylindrical-coordinate representation of color #E9B6CE: hue angle of 331.76º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E9B6CE is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 182 | 206 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.09 |
| HSL | 331.76º | 0.54% | 0.81% | - |
| HSV(B) | 331.76º | 0.22% | 0.91% | - |
| XYZ | 61.47 | 55.24 | 65.81 | - |
| YUV | 199.99 | 131.4 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 182 | 206 | 0 | 0.22 | 0.12 | 0.09 | 331.76 | 0.54 | 0.81 |
| Hex | E9 | B6 | CE | 0 | 16 | C | 9 | 14C | 36 | 51 |
| Octal | 351 | 266 | 316 | 0 | 26 | 14 | 11 | 514 | 66 | 121 |
| Binary | 11101001 | 10110110 | 11001110 | 0 | 10110 | 1100 | 1001 | 101001100 | 110110 | 1010001 |
Color Harmonies of #E9B6CE
Complementary color
Monochromatic Colors of #E9B6CE
Black with #E9B6CE
Text Example
Text Example
White with #E9B6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B6CE; }
p { color: rgb(233,182,206); }
H1.HeaderClassName
{
color: #E9B6CE;
}
.AnyTagClassName
{
color: #E9B6CE;
}
</style>
background-color css
<style>
a { background-color: #E9B6CE; }
a { background-color: rgb(233,182,206); }
div.DivClassName
{
background-color: #E9B6CE;
}
.BgClassName
{
background-color: #E9B6CE;
}
</style>
border-color css
<style>
span { border-color: #E9B6CE; }
span { border-color: rgb(233,182,206); }
td.TdClassName
{
border-color: #E9B6CE;
}
.TagClassName
{
border-color: #E9B6CE;
}
</style>