Shades of Chantilly #E4BFCA
Tints of Chantilly #E4BFCA
RGB
CMYK
RGB Variations
Color information
#E4BFCA (or 0xE4BFCA) is known color: Chantilly. HEX triplet: E4, BF and CA. RGB value is (228,191,202). Sum of RGB (Red+Green+Blue) = 228+191+202=621 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.71% from 621); Green value is 191 (75% from 255 or 30.76% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BFCA is #1B4035. Grayscale: #CBCBCB. Windows color (decimal): -1785910 or 13287396. OLE color: 13287396.
HSL color Cylindrical-coordinate representation of color #E4BFCA: hue angle of 342.16º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E4BFCA is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
RGB | 228 | 191 | 202 | - |
CMYK | 0 | 0.16 | 0.11 | 0.11 |
HSL | 342.16º | 0.41% | 0.82% | - |
HSV(B) | 342.16º | 0.16% | 0.89% | - |
XYZ | 61.29 | 58.02 | 63.85 | - |
YUV | 203.32 | 127.26 | 145.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 191 | 202 | 0 | 0.16 | 0.11 | 0.11 | 342.16 | 0.41 | 0.82 |
Hex | E4 | BF | CA | 0 | 10 | B | B | 156 | 29 | 52 |
Octal | 344 | 277 | 312 | 0 | 20 | 13 | 13 | 526 | 51 | 122 |
Binary | 11100100 | 10111111 | 11001010 | 0 | 10000 | 1011 | 1011 | 101010110 | 101001 | 1010010 |
Color Harmonies of #E4BFCA
Complementary color
Monochromatic Colors of #E4BFCA
Black with #E4BFCA
Text Example
Text Example
White with #E4BFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BFCA; }
p { color: rgb(228,191,202); }
H1.HeaderClassName
{
color: #E4BFCA;
}
.AnyTagClassName
{
color: #E4BFCA;
}
</style>
background-color css
<style>
a { background-color: #E4BFCA; }
a { background-color: rgb(228,191,202); }
div.DivClassName
{
background-color: #E4BFCA;
}
.BgClassName
{
background-color: #E4BFCA;
}
</style>
border-color css
<style>
span { border-color: #E4BFCA; }
span { border-color: rgb(228,191,202); }
td.TdClassName
{
border-color: #E4BFCA;
}
.TagClassName
{
border-color: #E4BFCA;
}
</style>