Shades of Rice Flower #EEF3DD
Tints of Rice Flower #EEF3DD
RGB
CMYK
RGB Variations
Color information
#EEF3DD (or 0xEEF3DD) is known color: Rice Flower. HEX triplet: EE, F3 and DD. RGB value is (238,243,221). Sum of RGB (Red+Green+Blue) = 238+243+221=702 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.90% from 702); Green value is 243 (95.31% from 255 or 34.62% from 702); Blue value is 221 (86.72% from 255 or 31.48% from 702); Max value from RGB is 243 - color contains mainly: green. Hex color #EEF3DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF3DD is #110C22. Grayscale: #EFEFEF. Windows color (decimal): -1117219 or 14545902. OLE color: 14545902.
HSL color Cylindrical-coordinate representation of color #EEF3DD: hue angle of 73.64º degrees, saturation: 0.48, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EEF3DD is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 243 | 221 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.05 |
| HSL | 73.64º | 0.48% | 0.91% | - |
| HSV(B) | 73.64º | 0.09% | 0.95% | - |
| XYZ | 80.36 | 87.5 | 81.06 | - |
| YUV | 239 | 117.84 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 243 | 221 | 0.02 | 0 | 0.09 | 0.05 | 73.64 | 0.48 | 0.91 |
| Hex | EE | F3 | DD | 2 | 0 | 9 | 5 | 4A | 30 | 5B |
| Octal | 356 | 363 | 335 | 2 | 0 | 11 | 5 | 112 | 60 | 133 |
| Binary | 11101110 | 11110011 | 11011101 | 10 | 0 | 1001 | 101 | 1001010 | 110000 | 1011011 |
Color Harmonies of #EEF3DD
Complementary color
Monochromatic Colors of #EEF3DD
Black with #EEF3DD
Text Example
Text Example
White with #EEF3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF3DD; }
p { color: rgb(238,243,221); }
H1.HeaderClassName
{
color: #EEF3DD;
}
.AnyTagClassName
{
color: #EEF3DD;
}
</style>
background-color css
<style>
a { background-color: #EEF3DD; }
a { background-color: rgb(238,243,221); }
div.DivClassName
{
background-color: #EEF3DD;
}
.BgClassName
{
background-color: #EEF3DD;
}
</style>
border-color css
<style>
span { border-color: #EEF3DD; }
span { border-color: rgb(238,243,221); }
td.TdClassName
{
border-color: #EEF3DD;
}
.TagClassName
{
border-color: #EEF3DD;
}
</style>