Shades of Rice Flower #EEF3D1
Tints of Rice Flower #EEF3D1
RGB
CMYK
RGB Variations
Color information
#EEF3D1 (or 0xEEF3D1) is known color: Rice Flower. HEX triplet: EE, F3 and D1. RGB value is (238,243,209). Sum of RGB (Red+Green+Blue) = 238+243+209=690 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.49% from 690); Green value is 243 (95.31% from 255 or 35.22% from 690); Blue value is 209 (82.03% from 255 or 30.29% from 690); Max value from RGB is 243 - color contains mainly: green. Hex color #EEF3D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF3D1 is #110C2E. Grayscale: #EDEDED. Windows color (decimal): -1117231 or 13759470. OLE color: 13759470.
HSL color Cylindrical-coordinate representation of color #EEF3D1: hue angle of 68.82º degrees, saturation: 0.59, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EEF3D1 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 243 | 209 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.05 |
| HSL | 68.82º | 0.59% | 0.89% | - |
| HSV(B) | 68.82º | 0.14% | 0.95% | - |
| XYZ | 78.82 | 86.88 | 72.94 | - |
| YUV | 237.63 | 111.84 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 243 | 209 | 0.02 | 0 | 0.14 | 0.05 | 68.82 | 0.59 | 0.89 |
| Hex | EE | F3 | D1 | 2 | 0 | E | 5 | 45 | 3B | 59 |
| Octal | 356 | 363 | 321 | 2 | 0 | 16 | 5 | 105 | 73 | 131 |
| Binary | 11101110 | 11110011 | 11010001 | 10 | 0 | 1110 | 101 | 1000101 | 111011 | 1011001 |
Color Harmonies of #EEF3D1
Complementary color
Monochromatic Colors of #EEF3D1
Black with #EEF3D1
Text Example
Text Example
White with #EEF3D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF3D1; }
p { color: rgb(238,243,209); }
H1.HeaderClassName
{
color: #EEF3D1;
}
.AnyTagClassName
{
color: #EEF3D1;
}
</style>
background-color css
<style>
a { background-color: #EEF3D1; }
a { background-color: rgb(238,243,209); }
div.DivClassName
{
background-color: #EEF3D1;
}
.BgClassName
{
background-color: #EEF3D1;
}
</style>
border-color css
<style>
span { border-color: #EEF3D1; }
span { border-color: rgb(238,243,209); }
td.TdClassName
{
border-color: #EEF3D1;
}
.TagClassName
{
border-color: #EEF3D1;
}
</style>