Shades of Rice Flower #EEF8D1
Tints of Rice Flower #EEF8D1
RGB
CMYK
RGB Variations
Color information
#EEF8D1 (or 0xEEF8D1) is known color: Rice Flower. HEX triplet: EE, F8 and D1. RGB value is (238,248,209). Sum of RGB (Red+Green+Blue) = 238+248+209=695 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.24% from 695); Green value is 248 (97.27% from 255 or 35.68% from 695); Blue value is 209 (82.03% from 255 or 30.07% from 695); Max value from RGB is 248 - color contains mainly: green. Hex color #EEF8D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF8D1 is #11072E. Grayscale: #F0F0F0. Windows color (decimal): -1115951 or 13760750. OLE color: 13760750.
HSL color Cylindrical-coordinate representation of color #EEF8D1: hue angle of 75.38º degrees, saturation: 0.74, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EEF8D1 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 248 | 209 | - |
| CMYK | 0.04 | 0 | 0.16 | 0.03 |
| HSL | 75.38º | 0.74% | 0.9% | - |
| HSV(B) | 75.38º | 0.16% | 0.97% | - |
| XYZ | 80.34 | 89.92 | 73.44 | - |
| YUV | 240.56 | 110.19 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 248 | 209 | 0.04 | 0 | 0.16 | 0.03 | 75.38 | 0.74 | 0.9 |
| Hex | EE | F8 | D1 | 4 | 0 | 10 | 3 | 4B | 4A | 5A |
| Octal | 356 | 370 | 321 | 4 | 0 | 20 | 3 | 113 | 112 | 132 |
| Binary | 11101110 | 11111000 | 11010001 | 100 | 0 | 10000 | 11 | 1001011 | 1001010 | 1011010 |
Color Harmonies of #EEF8D1
Complementary color
Monochromatic Colors of #EEF8D1
Black with #EEF8D1
Text Example
Text Example
White with #EEF8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF8D1; }
p { color: rgb(238,248,209); }
H1.HeaderClassName
{
color: #EEF8D1;
}
.AnyTagClassName
{
color: #EEF8D1;
}
</style>
background-color css
<style>
a { background-color: #EEF8D1; }
a { background-color: rgb(238,248,209); }
div.DivClassName
{
background-color: #EEF8D1;
}
.BgClassName
{
background-color: #EEF8D1;
}
</style>
border-color css
<style>
span { border-color: #EEF8D1; }
span { border-color: rgb(238,248,209); }
td.TdClassName
{
border-color: #EEF8D1;
}
.TagClassName
{
border-color: #EEF8D1;
}
</style>