Shades of Chantilly #E8C3CD
Tints of Chantilly #E8C3CD
RGB
CMYK
RGB Variations
Color information
#E8C3CD (or 0xE8C3CD) is known color: Chantilly. HEX triplet: E8, C3 and CD. RGB value is (232,195,205). Sum of RGB (Red+Green+Blue) = 232+195+205=632 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.71% from 632); Green value is 195 (76.56% from 255 or 30.85% from 632); Blue value is 205 (80.47% from 255 or 32.44% from 632); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C3CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C3CD is #173C32. Grayscale: #CFCFCF. Windows color (decimal): -1522739 or 13485032. OLE color: 13485032.
HSL color Cylindrical-coordinate representation of color #E8C3CD: hue angle of 343.78º degrees, saturation: 0.45, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E8C3CD is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 195 | 205 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.09 |
| HSL | 343.78º | 0.45% | 0.84% | - |
| HSV(B) | 343.78º | 0.16% | 0.91% | - |
| XYZ | 63.81 | 60.59 | 66.09 | - |
| YUV | 207.2 | 126.76 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 195 | 205 | 0 | 0.16 | 0.12 | 0.09 | 343.78 | 0.45 | 0.84 |
| Hex | E8 | C3 | CD | 0 | 10 | C | 9 | 158 | 2D | 54 |
| Octal | 350 | 303 | 315 | 0 | 20 | 14 | 11 | 530 | 55 | 124 |
| Binary | 11101000 | 11000011 | 11001101 | 0 | 10000 | 1100 | 1001 | 101011000 | 101101 | 1010100 |
Color Harmonies of #E8C3CD
Complementary color
Monochromatic Colors of #E8C3CD
Black with #E8C3CD
Text Example
Text Example
White with #E8C3CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C3CD; }
p { color: rgb(232,195,205); }
H1.HeaderClassName
{
color: #E8C3CD;
}
.AnyTagClassName
{
color: #E8C3CD;
}
</style>
background-color css
<style>
a { background-color: #E8C3CD; }
a { background-color: rgb(232,195,205); }
div.DivClassName
{
background-color: #E8C3CD;
}
.BgClassName
{
background-color: #E8C3CD;
}
</style>
border-color css
<style>
span { border-color: #E8C3CD; }
span { border-color: rgb(232,195,205); }
td.TdClassName
{
border-color: #E8C3CD;
}
.TagClassName
{
border-color: #E8C3CD;
}
</style>