Shades of Chiffon #EEF2C2
Tints of Chiffon #EEF2C2
RGB
CMYK
RGB Variations
Color information
#EEF2C2 (or 0xEEF2C2) is known color: Chiffon. HEX triplet: EE, F2 and C2. RGB value is (238,242,194). Sum of RGB (Red+Green+Blue) = 238+242+194=674 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.31% from 674); Green value is 242 (94.92% from 255 or 35.91% from 674); Blue value is 194 (76.17% from 255 or 28.78% from 674); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF2C2 is #110D3D. Grayscale: #EBEBEB. Windows color (decimal): -1117502 or 12776174. OLE color: 12776174.
HSL color Cylindrical-coordinate representation of color #EEF2C2: hue angle of 65º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEF2C2 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 242 | 194 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.05 |
| HSL | 65º | 0.65% | 0.85% | - |
| HSV(B) | 65º | 0.2% | 0.95% | - |
| XYZ | 76.75 | 85.58 | 63.51 | - |
| YUV | 235.33 | 104.67 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 242 | 194 | 0.02 | 0 | 0.20 | 0.05 | 65 | 0.65 | 0.85 |
| Hex | EE | F2 | C2 | 2 | 0 | 14 | 5 | 41 | 41 | 55 |
| Octal | 356 | 362 | 302 | 2 | 0 | 24 | 5 | 101 | 101 | 125 |
| Binary | 11101110 | 11110010 | 11000010 | 10 | 0 | 10100 | 101 | 1000001 | 1000001 | 1010101 |
Color Harmonies of #EEF2C2
Complementary color
Monochromatic Colors of #EEF2C2
Black with #EEF2C2
Text Example
Text Example
White with #EEF2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF2C2; }
p { color: rgb(238,242,194); }
H1.HeaderClassName
{
color: #EEF2C2;
}
.AnyTagClassName
{
color: #EEF2C2;
}
</style>
background-color css
<style>
a { background-color: #EEF2C2; }
a { background-color: rgb(238,242,194); }
div.DivClassName
{
background-color: #EEF2C2;
}
.BgClassName
{
background-color: #EEF2C2;
}
</style>
border-color css
<style>
span { border-color: #EEF2C2; }
span { border-color: rgb(238,242,194); }
td.TdClassName
{
border-color: #EEF2C2;
}
.TagClassName
{
border-color: #EEF2C2;
}
</style>