Shades of Chiffon #E9F2BC
Tints of Chiffon #E9F2BC
RGB
CMYK
RGB Variations
Color information
#E9F2BC (or 0xE9F2BC) is known color: Chiffon. HEX triplet: E9, F2 and BC. RGB value is (233,242,188). Sum of RGB (Red+Green+Blue) = 233+242+188=663 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.14% from 663); Green value is 242 (94.92% from 255 or 36.50% from 663); Blue value is 188 (73.83% from 255 or 28.36% from 663); Max value from RGB is 242 - color contains mainly: green. Hex color #E9F2BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9F2BC is #160D43. Grayscale: #E9E9E9. Windows color (decimal): -1445188 or 12382953. OLE color: 12382953.
HSL color Cylindrical-coordinate representation of color #E9F2BC: hue angle of 70º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E9F2BC is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 242 | 188 | - |
| CMYK | 0.04 | 0 | 0.22 | 0.05 |
| HSL | 70º | 0.68% | 0.84% | - |
| HSV(B) | 70º | 0.22% | 0.95% | - |
| XYZ | 74.43 | 84.46 | 59.96 | - |
| YUV | 233.15 | 102.52 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 242 | 188 | 0.04 | 0 | 0.22 | 0.05 | 70 | 0.68 | 0.84 |
| Hex | E9 | F2 | BC | 4 | 0 | 16 | 5 | 46 | 44 | 54 |
| Octal | 351 | 362 | 274 | 4 | 0 | 26 | 5 | 106 | 104 | 124 |
| Binary | 11101001 | 11110010 | 10111100 | 100 | 0 | 10110 | 101 | 1000110 | 1000100 | 1010100 |
Color Harmonies of #E9F2BC
Complementary color
Monochromatic Colors of #E9F2BC
Black with #E9F2BC
Text Example
Text Example
White with #E9F2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F2BC; }
p { color: rgb(233,242,188); }
H1.HeaderClassName
{
color: #E9F2BC;
}
.AnyTagClassName
{
color: #E9F2BC;
}
</style>
background-color css
<style>
a { background-color: #E9F2BC; }
a { background-color: rgb(233,242,188); }
div.DivClassName
{
background-color: #E9F2BC;
}
.BgClassName
{
background-color: #E9F2BC;
}
</style>
border-color css
<style>
span { border-color: #E9F2BC; }
span { border-color: rgb(233,242,188); }
td.TdClassName
{
border-color: #E9F2BC;
}
.TagClassName
{
border-color: #E9F2BC;
}
</style>