Shades of Rice Flower #EEF2D1
Tints of Rice Flower #EEF2D1
RGB
CMYK
RGB Variations
Color information
#EEF2D1 (or 0xEEF2D1) is known color: Rice Flower. HEX triplet: EE, F2 and D1. RGB value is (238,242,209). Sum of RGB (Red+Green+Blue) = 238+242+209=689 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.54% from 689); Green value is 242 (94.92% from 255 or 35.12% from 689); Blue value is 209 (82.03% from 255 or 30.33% from 689); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF2D1 is #110D2E. Grayscale: #EDEDED. Windows color (decimal): -1117487 or 13759214. OLE color: 13759214.
HSL color Cylindrical-coordinate representation of color #EEF2D1: hue angle of 67.27º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EEF2D1 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 242 | 209 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.05 |
| HSL | 67.27º | 0.56% | 0.88% | - |
| HSV(B) | 67.27º | 0.14% | 0.95% | - |
| XYZ | 78.52 | 86.28 | 72.84 | - |
| YUV | 237.04 | 112.17 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 242 | 209 | 0.02 | 0 | 0.14 | 0.05 | 67.27 | 0.56 | 0.88 |
| Hex | EE | F2 | D1 | 2 | 0 | E | 5 | 43 | 38 | 58 |
| Octal | 356 | 362 | 321 | 2 | 0 | 16 | 5 | 103 | 70 | 130 |
| Binary | 11101110 | 11110010 | 11010001 | 10 | 0 | 1110 | 101 | 1000011 | 111000 | 1011000 |
Color Harmonies of #EEF2D1
Complementary color
Monochromatic Colors of #EEF2D1
Black with #EEF2D1
Text Example
Text Example
White with #EEF2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF2D1; }
p { color: rgb(238,242,209); }
H1.HeaderClassName
{
color: #EEF2D1;
}
.AnyTagClassName
{
color: #EEF2D1;
}
</style>
background-color css
<style>
a { background-color: #EEF2D1; }
a { background-color: rgb(238,242,209); }
div.DivClassName
{
background-color: #EEF2D1;
}
.BgClassName
{
background-color: #EEF2D1;
}
</style>
border-color css
<style>
span { border-color: #EEF2D1; }
span { border-color: rgb(238,242,209); }
td.TdClassName
{
border-color: #EEF2D1;
}
.TagClassName
{
border-color: #EEF2D1;
}
</style>