Shades of Chantilly #E7C1CD
Tints of Chantilly #E7C1CD
RGB
CMYK
RGB Variations
Color information
#E7C1CD (or 0xE7C1CD) is known color: Chantilly. HEX triplet: E7, C1 and CD. RGB value is (231,193,205). Sum of RGB (Red+Green+Blue) = 231+193+205=629 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.72% from 629); Green value is 193 (75.78% from 255 or 30.68% from 629); Blue value is 205 (80.47% from 255 or 32.59% from 629); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C1CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C1CD is #183E32. Grayscale: #CDCDCD. Windows color (decimal): -1588787 or 13484519. OLE color: 13484519.
HSL color Cylindrical-coordinate representation of color #E7C1CD: hue angle of 341.05º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E7C1CD is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 193 | 205 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.09 |
| HSL | 341.05º | 0.44% | 0.83% | - |
| HSV(B) | 341.05º | 0.16% | 0.91% | - |
| XYZ | 63.04 | 59.54 | 65.93 | - |
| YUV | 205.73 | 127.59 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 193 | 205 | 0 | 0.16 | 0.11 | 0.09 | 341.05 | 0.44 | 0.83 |
| Hex | E7 | C1 | CD | 0 | 10 | B | 9 | 155 | 2C | 53 |
| Octal | 347 | 301 | 315 | 0 | 20 | 13 | 11 | 525 | 54 | 123 |
| Binary | 11100111 | 11000001 | 11001101 | 0 | 10000 | 1011 | 1001 | 101010101 | 101100 | 1010011 |
Color Harmonies of #E7C1CD
Complementary color
Monochromatic Colors of #E7C1CD
Black with #E7C1CD
Text Example
Text Example
White with #E7C1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C1CD; }
p { color: rgb(231,193,205); }
H1.HeaderClassName
{
color: #E7C1CD;
}
.AnyTagClassName
{
color: #E7C1CD;
}
</style>
background-color css
<style>
a { background-color: #E7C1CD; }
a { background-color: rgb(231,193,205); }
div.DivClassName
{
background-color: #E7C1CD;
}
.BgClassName
{
background-color: #E7C1CD;
}
</style>
border-color css
<style>
span { border-color: #E7C1CD; }
span { border-color: rgb(231,193,205); }
td.TdClassName
{
border-color: #E7C1CD;
}
.TagClassName
{
border-color: #E7C1CD;
}
</style>