Shades of Chantilly #E4BCCA
Tints of Chantilly #E4BCCA
RGB
CMYK
RGB Variations
Color information
#E4BCCA (or 0xE4BCCA) is known color: Chantilly. HEX triplet: E4, BC and CA. RGB value is (228,188,202). Sum of RGB (Red+Green+Blue) = 228+188+202=618 (81% of max value = 765). Red value is 228 (89.45% from 255 or 36.89% from 618); Green value is 188 (73.83% from 255 or 30.42% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BCCA is #1B4335. Grayscale: #C9C9C9. Windows color (decimal): -1786678 or 13286628. OLE color: 13286628.
HSL color Cylindrical-coordinate representation of color #E4BCCA: hue angle of 339º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E4BCCA is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 188 | 202 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.11 |
| HSL | 339º | 0.43% | 0.82% | - |
| HSV(B) | 339º | 0.18% | 0.89% | - |
| XYZ | 60.64 | 56.72 | 63.63 | - |
| YUV | 201.56 | 128.25 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 188 | 202 | 0 | 0.18 | 0.11 | 0.11 | 339 | 0.43 | 0.82 |
| Hex | E4 | BC | CA | 0 | 12 | B | B | 153 | 2B | 52 |
| Octal | 344 | 274 | 312 | 0 | 22 | 13 | 13 | 523 | 53 | 122 |
| Binary | 11100100 | 10111100 | 11001010 | 0 | 10010 | 1011 | 1011 | 101010011 | 101011 | 1010010 |
Color Harmonies of #E4BCCA
Complementary color
Monochromatic Colors of #E4BCCA
Black with #E4BCCA
Text Example
Text Example
White with #E4BCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BCCA; }
p { color: rgb(228,188,202); }
H1.HeaderClassName
{
color: #E4BCCA;
}
.AnyTagClassName
{
color: #E4BCCA;
}
</style>
background-color css
<style>
a { background-color: #E4BCCA; }
a { background-color: rgb(228,188,202); }
div.DivClassName
{
background-color: #E4BCCA;
}
.BgClassName
{
background-color: #E4BCCA;
}
</style>
border-color css
<style>
span { border-color: #E4BCCA; }
span { border-color: rgb(228,188,202); }
td.TdClassName
{
border-color: #E4BCCA;
}
.TagClassName
{
border-color: #E4BCCA;
}
</style>