Shades of Chiffon #E9F2BD
Tints of Chiffon #E9F2BD
RGB
CMYK
RGB Variations
Color information
#E9F2BD (or 0xE9F2BD) is known color: Chiffon. HEX triplet: E9, F2 and BD. RGB value is (233,242,189). Sum of RGB (Red+Green+Blue) = 233+242+189=664 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.09% from 664); Green value is 242 (94.92% from 255 or 36.45% from 664); Blue value is 189 (74.22% from 255 or 28.46% from 664); Max value from RGB is 242 - color contains mainly: green. Hex color #E9F2BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9F2BD is #160D42. Grayscale: #E9E9E9. Windows color (decimal): -1445187 or 12448489. OLE color: 12448489.
HSL color Cylindrical-coordinate representation of color #E9F2BD: hue angle of 70.19º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E9F2BD is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 242 | 189 | - |
| CMYK | 0.04 | 0 | 0.22 | 0.05 |
| HSL | 70.19º | 0.67% | 0.85% | - |
| HSV(B) | 70.19º | 0.22% | 0.95% | - |
| XYZ | 74.54 | 84.5 | 60.53 | - |
| YUV | 233.27 | 103.02 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 242 | 189 | 0.04 | 0 | 0.22 | 0.05 | 70.19 | 0.67 | 0.85 |
| Hex | E9 | F2 | BD | 4 | 0 | 16 | 5 | 46 | 43 | 55 |
| Octal | 351 | 362 | 275 | 4 | 0 | 26 | 5 | 106 | 103 | 125 |
| Binary | 11101001 | 11110010 | 10111101 | 100 | 0 | 10110 | 101 | 1000110 | 1000011 | 1010101 |
Color Harmonies of #E9F2BD
Complementary color
Monochromatic Colors of #E9F2BD
Black with #E9F2BD
Text Example
Text Example
White with #E9F2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F2BD; }
p { color: rgb(233,242,189); }
H1.HeaderClassName
{
color: #E9F2BD;
}
.AnyTagClassName
{
color: #E9F2BD;
}
</style>
background-color css
<style>
a { background-color: #E9F2BD; }
a { background-color: rgb(233,242,189); }
div.DivClassName
{
background-color: #E9F2BD;
}
.BgClassName
{
background-color: #E9F2BD;
}
</style>
border-color css
<style>
span { border-color: #E9F2BD; }
span { border-color: rgb(233,242,189); }
td.TdClassName
{
border-color: #E9F2BD;
}
.TagClassName
{
border-color: #E9F2BD;
}
</style>