Shades of Rice Flower #EEF1D1
Tints of Rice Flower #EEF1D1
RGB
CMYK
RGB Variations
Color information
#EEF1D1 (or 0xEEF1D1) is known color: Rice Flower. HEX triplet: EE, F1 and D1. RGB value is (238,241,209). Sum of RGB (Red+Green+Blue) = 238+241+209=688 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.59% from 688); Green value is 241 (94.53% from 255 or 35.03% from 688); Blue value is 209 (82.03% from 255 or 30.38% from 688); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF1D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF1D1 is #110E2E. Grayscale: #ECECEC. Windows color (decimal): -1117743 or 13758958. OLE color: 13758958.
HSL color Cylindrical-coordinate representation of color #EEF1D1: hue angle of 65.62º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EEF1D1 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 241 | 209 | - |
| CMYK | 0.01 | 0 | 0.13 | 0.05 |
| HSL | 65.63º | 0.53% | 0.88% | - |
| HSV(B) | 65.63º | 0.13% | 0.95% | - |
| XYZ | 78.22 | 85.69 | 72.74 | - |
| YUV | 236.46 | 112.51 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 209 | 0.01 | 0 | 0.13 | 0.05 | 65.63 | 0.53 | 0.88 |
| Hex | EE | F1 | D1 | 1 | 0 | D | 5 | 42 | 35 | 58 |
| Octal | 356 | 361 | 321 | 1 | 0 | 15 | 5 | 102 | 65 | 130 |
| Binary | 11101110 | 11110001 | 11010001 | 1 | 0 | 1101 | 101 | 1000010 | 110101 | 1011000 |
Color Harmonies of #EEF1D1
Complementary color
Monochromatic Colors of #EEF1D1
Black with #EEF1D1
Text Example
Text Example
White with #EEF1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF1D1; }
p { color: rgb(238,241,209); }
H1.HeaderClassName
{
color: #EEF1D1;
}
.AnyTagClassName
{
color: #EEF1D1;
}
</style>
background-color css
<style>
a { background-color: #EEF1D1; }
a { background-color: rgb(238,241,209); }
div.DivClassName
{
background-color: #EEF1D1;
}
.BgClassName
{
background-color: #EEF1D1;
}
</style>
border-color css
<style>
span { border-color: #EEF1D1; }
span { border-color: rgb(238,241,209); }
td.TdClassName
{
border-color: #EEF1D1;
}
.TagClassName
{
border-color: #EEF1D1;
}
</style>