Shades of Rice Flower #EEF1D6
Tints of Rice Flower #EEF1D6
RGB
CMYK
RGB Variations
Color information
#EEF1D6 (or 0xEEF1D6) is known color: Rice Flower. HEX triplet: EE, F1 and D6. RGB value is (238,241,214). Sum of RGB (Red+Green+Blue) = 238+241+214=693 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.34% from 693); Green value is 241 (94.53% from 255 or 34.78% from 693); Blue value is 214 (83.98% from 255 or 30.88% from 693); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF1D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF1D6 is #110E29. Grayscale: #EDEDED. Windows color (decimal): -1117738 or 14086638. OLE color: 14086638.
HSL color Cylindrical-coordinate representation of color #EEF1D6: hue angle of 66.67º degrees, saturation: 0.49, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EEF1D6 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 241 | 214 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.05 |
| HSL | 66.67º | 0.49% | 0.89% | - |
| HSV(B) | 66.67º | 0.11% | 0.95% | - |
| XYZ | 78.85 | 85.94 | 76.05 | - |
| YUV | 237.03 | 115.01 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 214 | 0.01 | 0 | 0.11 | 0.05 | 66.67 | 0.49 | 0.89 |
| Hex | EE | F1 | D6 | 1 | 0 | B | 5 | 43 | 31 | 59 |
| Octal | 356 | 361 | 326 | 1 | 0 | 13 | 5 | 103 | 61 | 131 |
| Binary | 11101110 | 11110001 | 11010110 | 1 | 0 | 1011 | 101 | 1000011 | 110001 | 1011001 |
Color Harmonies of #EEF1D6
Complementary color
Monochromatic Colors of #EEF1D6
Black with #EEF1D6
Text Example
Text Example
White with #EEF1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF1D6; }
p { color: rgb(238,241,214); }
H1.HeaderClassName
{
color: #EEF1D6;
}
.AnyTagClassName
{
color: #EEF1D6;
}
</style>
background-color css
<style>
a { background-color: #EEF1D6; }
a { background-color: rgb(238,241,214); }
div.DivClassName
{
background-color: #EEF1D6;
}
.BgClassName
{
background-color: #EEF1D6;
}
</style>
border-color css
<style>
span { border-color: #EEF1D6; }
span { border-color: rgb(238,241,214); }
td.TdClassName
{
border-color: #EEF1D6;
}
.TagClassName
{
border-color: #EEF1D6;
}
</style>