Shades of Chantilly #E5B4CA
Tints of Chantilly #E5B4CA
RGB
CMYK
RGB Variations
Color information
#E5B4CA (or 0xE5B4CA) is known color: Chantilly. HEX triplet: E5, B4 and CA. RGB value is (229,180,202). Sum of RGB (Red+Green+Blue) = 229+180+202=611 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.48% from 611); Green value is 180 (70.70% from 255 or 29.46% from 611); Blue value is 202 (79.30% from 255 or 33.06% from 611); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5B4CA is #1A4B35. Grayscale: #C5C5C5. Windows color (decimal): -1723190 or 13284581. OLE color: 13284581.
HSL color Cylindrical-coordinate representation of color #E5B4CA: hue angle of 333.06º degrees, saturation: 0.49, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E5B4CA is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 180 | 202 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.10 |
| HSL | 333.06º | 0.49% | 0.8% | - |
| HSV(B) | 333.06º | 0.21% | 0.9% | - |
| XYZ | 59.3 | 53.56 | 63.09 | - |
| YUV | 197.16 | 130.73 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 180 | 202 | 0 | 0.21 | 0.12 | 0.10 | 333.06 | 0.49 | 0.8 |
| Hex | E5 | B4 | CA | 0 | 15 | C | A | 14D | 31 | 50 |
| Octal | 345 | 264 | 312 | 0 | 25 | 14 | 12 | 515 | 61 | 120 |
| Binary | 11100101 | 10110100 | 11001010 | 0 | 10101 | 1100 | 1010 | 101001101 | 110001 | 1010000 |
Color Harmonies of #E5B4CA
Complementary color
Monochromatic Colors of #E5B4CA
Black with #E5B4CA
Text Example
Text Example
White with #E5B4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B4CA; }
p { color: rgb(229,180,202); }
H1.HeaderClassName
{
color: #E5B4CA;
}
.AnyTagClassName
{
color: #E5B4CA;
}
</style>
background-color css
<style>
a { background-color: #E5B4CA; }
a { background-color: rgb(229,180,202); }
div.DivClassName
{
background-color: #E5B4CA;
}
.BgClassName
{
background-color: #E5B4CA;
}
</style>
border-color css
<style>
span { border-color: #E5B4CA; }
span { border-color: rgb(229,180,202); }
td.TdClassName
{
border-color: #E5B4CA;
}
.TagClassName
{
border-color: #E5B4CA;
}
</style>