Shades of Chantilly #E9B7C2
Tints of Chantilly #E9B7C2
RGB
CMYK
RGB Variations
Color information
#E9B7C2 (or 0xE9B7C2) is known color: Chantilly. HEX triplet: E9, B7 and C2. RGB value is (233,183,194). Sum of RGB (Red+Green+Blue) = 233+183+194=610 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.20% from 610); Green value is 183 (71.88% from 255 or 30% from 610); Blue value is 194 (76.17% from 255 or 31.80% from 610); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B7C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9B7C2 is #16483D. Grayscale: #C7C7C7. Windows color (decimal): -1460286 or 12761065. OLE color: 12761065.
HSL color Cylindrical-coordinate representation of color #E9B7C2: hue angle of 346.8º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E9B7C2 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 183 | 194 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.09 |
| HSL | 346.8º | 0.53% | 0.82% | - |
| HSV(B) | 346.8º | 0.21% | 0.91% | - |
| XYZ | 60.28 | 55.09 | 58.49 | - |
| YUV | 199.2 | 125.07 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 183 | 194 | 0 | 0.21 | 0.17 | 0.09 | 346.8 | 0.53 | 0.82 |
| Hex | E9 | B7 | C2 | 0 | 15 | 11 | 9 | 15B | 35 | 52 |
| Octal | 351 | 267 | 302 | 0 | 25 | 21 | 11 | 533 | 65 | 122 |
| Binary | 11101001 | 10110111 | 11000010 | 0 | 10101 | 10001 | 1001 | 101011011 | 110101 | 1010010 |
Color Harmonies of #E9B7C2
Complementary color
Monochromatic Colors of #E9B7C2
Black with #E9B7C2
Text Example
Text Example
White with #E9B7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B7C2; }
p { color: rgb(233,183,194); }
H1.HeaderClassName
{
color: #E9B7C2;
}
.AnyTagClassName
{
color: #E9B7C2;
}
</style>
background-color css
<style>
a { background-color: #E9B7C2; }
a { background-color: rgb(233,183,194); }
div.DivClassName
{
background-color: #E9B7C2;
}
.BgClassName
{
background-color: #E9B7C2;
}
</style>
border-color css
<style>
span { border-color: #E9B7C2; }
span { border-color: rgb(233,183,194); }
td.TdClassName
{
border-color: #E9B7C2;
}
.TagClassName
{
border-color: #E9B7C2;
}
</style>