Shades of Chantilly #E7BDC5
Tints of Chantilly #E7BDC5
RGB
CMYK
RGB Variations
Color information
#E7BDC5 (or 0xE7BDC5) is known color: Chantilly. HEX triplet: E7, BD and C5. RGB value is (231,189,197). Sum of RGB (Red+Green+Blue) = 231+189+197=617 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.44% from 617); Green value is 189 (74.22% from 255 or 30.63% from 617); Blue value is 197 (77.34% from 255 or 31.93% from 617); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BDC5 is #18423A. Grayscale: #CACACA. Windows color (decimal): -1589819 or 12959207. OLE color: 12959207.
HSL color Cylindrical-coordinate representation of color #E7BDC5: hue angle of 348.57º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E7BDC5 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 189 | 197 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.09 |
| HSL | 348.57º | 0.47% | 0.82% | - |
| HSV(B) | 348.57º | 0.18% | 0.91% | - |
| XYZ | 61.23 | 57.42 | 60.68 | - |
| YUV | 202.47 | 124.91 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 189 | 197 | 0 | 0.18 | 0.15 | 0.09 | 348.57 | 0.47 | 0.82 |
| Hex | E7 | BD | C5 | 0 | 12 | F | 9 | 15D | 2F | 52 |
| Octal | 347 | 275 | 305 | 0 | 22 | 17 | 11 | 535 | 57 | 122 |
| Binary | 11100111 | 10111101 | 11000101 | 0 | 10010 | 1111 | 1001 | 101011101 | 101111 | 1010010 |
Color Harmonies of #E7BDC5
Complementary color
Monochromatic Colors of #E7BDC5
Black with #E7BDC5
Text Example
Text Example
White with #E7BDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BDC5; }
p { color: rgb(231,189,197); }
H1.HeaderClassName
{
color: #E7BDC5;
}
.AnyTagClassName
{
color: #E7BDC5;
}
</style>
background-color css
<style>
a { background-color: #E7BDC5; }
a { background-color: rgb(231,189,197); }
div.DivClassName
{
background-color: #E7BDC5;
}
.BgClassName
{
background-color: #E7BDC5;
}
</style>
border-color css
<style>
span { border-color: #E7BDC5; }
span { border-color: rgb(231,189,197); }
td.TdClassName
{
border-color: #E7BDC5;
}
.TagClassName
{
border-color: #E7BDC5;
}
</style>