Shades of Chiffon #EEF2BF
Tints of Chiffon #EEF2BF
RGB
CMYK
RGB Variations
Color information
#EEF2BF (or 0xEEF2BF) is known color: Chiffon. HEX triplet: EE, F2 and BF. RGB value is (238,242,191). Sum of RGB (Red+Green+Blue) = 238+242+191=671 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.47% from 671); Green value is 242 (94.92% from 255 or 36.07% from 671); Blue value is 191 (75% from 255 or 28.46% from 671); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF2BF is #110D40. Grayscale: #EBEBEB. Windows color (decimal): -1117505 or 12579566. OLE color: 12579566.
HSL color Cylindrical-coordinate representation of color #EEF2BF: hue angle of 64.71º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEF2BF is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 242 | 191 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.05 |
| HSL | 64.71º | 0.66% | 0.85% | - |
| HSV(B) | 64.71º | 0.21% | 0.95% | - |
| XYZ | 76.42 | 85.44 | 61.75 | - |
| YUV | 234.99 | 103.17 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 242 | 191 | 0.02 | 0 | 0.21 | 0.05 | 64.71 | 0.66 | 0.85 |
| Hex | EE | F2 | BF | 2 | 0 | 15 | 5 | 41 | 42 | 55 |
| Octal | 356 | 362 | 277 | 2 | 0 | 25 | 5 | 101 | 102 | 125 |
| Binary | 11101110 | 11110010 | 10111111 | 10 | 0 | 10101 | 101 | 1000001 | 1000010 | 1010101 |
Color Harmonies of #EEF2BF
Complementary color
Monochromatic Colors of #EEF2BF
Black with #EEF2BF
Text Example
Text Example
White with #EEF2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF2BF; }
p { color: rgb(238,242,191); }
H1.HeaderClassName
{
color: #EEF2BF;
}
.AnyTagClassName
{
color: #EEF2BF;
}
</style>
background-color css
<style>
a { background-color: #EEF2BF; }
a { background-color: rgb(238,242,191); }
div.DivClassName
{
background-color: #EEF2BF;
}
.BgClassName
{
background-color: #EEF2BF;
}
</style>
border-color css
<style>
span { border-color: #EEF2BF; }
span { border-color: rgb(238,242,191); }
td.TdClassName
{
border-color: #EEF2BF;
}
.TagClassName
{
border-color: #EEF2BF;
}
</style>