Shades of Rice Flower #EEF2D7
Tints of Rice Flower #EEF2D7
RGB
CMYK
RGB Variations
Color information
#EEF2D7 (or 0xEEF2D7) is known color: Rice Flower. HEX triplet: EE, F2 and D7. RGB value is (238,242,215). Sum of RGB (Red+Green+Blue) = 238+242+215=695 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.24% from 695); Green value is 242 (94.92% from 255 or 34.82% from 695); Blue value is 215 (84.38% from 255 or 30.94% from 695); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2D7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF2D7 is #110D28. Grayscale: #EDEDED. Windows color (decimal): -1117481 or 14152430. OLE color: 14152430.
HSL color Cylindrical-coordinate representation of color #EEF2D7: hue angle of 68.89º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EEF2D7 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 242 | 215 | - |
| CMYK | 0.02 | 0 | 0.11 | 0.05 |
| HSL | 68.89º | 0.51% | 0.9% | - |
| HSV(B) | 68.89º | 0.11% | 0.95% | - |
| XYZ | 79.28 | 86.59 | 76.82 | - |
| YUV | 237.73 | 115.17 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 242 | 215 | 0.02 | 0 | 0.11 | 0.05 | 68.89 | 0.51 | 0.9 |
| Hex | EE | F2 | D7 | 2 | 0 | B | 5 | 45 | 33 | 5A |
| Octal | 356 | 362 | 327 | 2 | 0 | 13 | 5 | 105 | 63 | 132 |
| Binary | 11101110 | 11110010 | 11010111 | 10 | 0 | 1011 | 101 | 1000101 | 110011 | 1011010 |
Color Harmonies of #EEF2D7
Complementary color
Monochromatic Colors of #EEF2D7
Black with #EEF2D7
Text Example
Text Example
White with #EEF2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF2D7; }
p { color: rgb(238,242,215); }
H1.HeaderClassName
{
color: #EEF2D7;
}
.AnyTagClassName
{
color: #EEF2D7;
}
</style>
background-color css
<style>
a { background-color: #EEF2D7; }
a { background-color: rgb(238,242,215); }
div.DivClassName
{
background-color: #EEF2D7;
}
.BgClassName
{
background-color: #EEF2D7;
}
</style>
border-color css
<style>
span { border-color: #EEF2D7; }
span { border-color: rgb(238,242,215); }
td.TdClassName
{
border-color: #EEF2D7;
}
.TagClassName
{
border-color: #EEF2D7;
}
</style>