Shades of Chiffon #E2F0B5
Tints of Chiffon #E2F0B5
RGB
CMYK
RGB Variations
Color information
#E2F0B5 (or 0xE2F0B5) is known color: Chiffon. HEX triplet: E2, F0 and B5. RGB value is (226,240,181). Sum of RGB (Red+Green+Blue) = 226+240+181=647 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.93% from 647); Green value is 240 (94.14% from 255 or 37.09% from 647); Blue value is 181 (71.09% from 255 or 27.98% from 647); Max value from RGB is 240 - color contains mainly: green. Hex color #E2F0B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2F0B5 is #1D0F4A. Grayscale: #E5E5E5. Windows color (decimal): -1904459 or 11923682. OLE color: 11923682.
HSL color Cylindrical-coordinate representation of color #E2F0B5: hue angle of 74.24º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2F0B5 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 240 | 181 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.06 |
| HSL | 74.24º | 0.66% | 0.83% | - |
| HSV(B) | 74.24º | 0.25% | 0.94% | - |
| XYZ | 70.86 | 81.83 | 55.77 | - |
| YUV | 229.09 | 100.86 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 240 | 181 | 0.06 | 0 | 0.25 | 0.06 | 74.24 | 0.66 | 0.83 |
| Hex | E2 | F0 | B5 | 6 | 0 | 19 | 6 | 4A | 42 | 53 |
| Octal | 342 | 360 | 265 | 6 | 0 | 31 | 6 | 112 | 102 | 123 |
| Binary | 11100010 | 11110000 | 10110101 | 110 | 0 | 11001 | 110 | 1001010 | 1000010 | 1010011 |
Color Harmonies of #E2F0B5
Complementary color
Monochromatic Colors of #E2F0B5
Black with #E2F0B5
Text Example
Text Example
White with #E2F0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F0B5; }
p { color: rgb(226,240,181); }
H1.HeaderClassName
{
color: #E2F0B5;
}
.AnyTagClassName
{
color: #E2F0B5;
}
</style>
background-color css
<style>
a { background-color: #E2F0B5; }
a { background-color: rgb(226,240,181); }
div.DivClassName
{
background-color: #E2F0B5;
}
.BgClassName
{
background-color: #E2F0B5;
}
</style>
border-color css
<style>
span { border-color: #E2F0B5; }
span { border-color: rgb(226,240,181); }
td.TdClassName
{
border-color: #E2F0B5;
}
.TagClassName
{
border-color: #E2F0B5;
}
</style>