Shades of Chiffon #E5F0BB
Tints of Chiffon #E5F0BB
RGB
CMYK
RGB Variations
Color information
#E5F0BB (or 0xE5F0BB) is known color: Chiffon. HEX triplet: E5, F0 and BB. RGB value is (229,240,187). Sum of RGB (Red+Green+Blue) = 229+240+187=656 (86% of max value = 765). Red value is 229 (89.84% from 255 or 34.91% from 656); Green value is 240 (94.14% from 255 or 36.59% from 656); Blue value is 187 (73.44% from 255 or 28.51% from 656); Max value from RGB is 240 - color contains mainly: green. Hex color #E5F0BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5F0BB is #1A0F44. Grayscale: #E6E6E6. Windows color (decimal): -1707845 or 12316901. OLE color: 12316901.
HSL color Cylindrical-coordinate representation of color #E5F0BB: hue angle of 72.45º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E5F0BB is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 240 | 187 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.06 |
| HSL | 72.45º | 0.64% | 0.84% | - |
| HSV(B) | 72.45º | 0.22% | 0.94% | - |
| XYZ | 72.44 | 82.57 | 59.13 | - |
| YUV | 230.67 | 103.36 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 240 | 187 | 0.05 | 0 | 0.22 | 0.06 | 72.45 | 0.64 | 0.84 |
| Hex | E5 | F0 | BB | 5 | 0 | 16 | 6 | 48 | 40 | 54 |
| Octal | 345 | 360 | 273 | 5 | 0 | 26 | 6 | 110 | 100 | 124 |
| Binary | 11100101 | 11110000 | 10111011 | 101 | 0 | 10110 | 110 | 1001000 | 1000000 | 1010100 |
Color Harmonies of #E5F0BB
Complementary color
Monochromatic Colors of #E5F0BB
Black with #E5F0BB
Text Example
Text Example
White with #E5F0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F0BB; }
p { color: rgb(229,240,187); }
H1.HeaderClassName
{
color: #E5F0BB;
}
.AnyTagClassName
{
color: #E5F0BB;
}
</style>
background-color css
<style>
a { background-color: #E5F0BB; }
a { background-color: rgb(229,240,187); }
div.DivClassName
{
background-color: #E5F0BB;
}
.BgClassName
{
background-color: #E5F0BB;
}
</style>
border-color css
<style>
span { border-color: #E5F0BB; }
span { border-color: rgb(229,240,187); }
td.TdClassName
{
border-color: #E5F0BB;
}
.TagClassName
{
border-color: #E5F0BB;
}
</style>