Shades of Rice Flower #EEF2DB
Tints of Rice Flower #EEF2DB
RGB
CMYK
RGB Variations
Color information
#EEF2DB (or 0xEEF2DB) is known color: Rice Flower. HEX triplet: EE, F2 and DB. RGB value is (238,242,219). Sum of RGB (Red+Green+Blue) = 238+242+219=699 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.05% from 699); Green value is 242 (94.92% from 255 or 34.62% from 699); Blue value is 219 (85.94% from 255 or 31.33% from 699); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF2DB is #110D24. Grayscale: #EEEEEE. Windows color (decimal): -1117477 or 14414574. OLE color: 14414574.
HSL color Cylindrical-coordinate representation of color #EEF2DB: hue angle of 70.43º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EEF2DB is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 242 | 219 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.05 |
| HSL | 70.43º | 0.47% | 0.9% | - |
| HSV(B) | 70.43º | 0.1% | 0.95% | - |
| XYZ | 79.8 | 86.8 | 79.57 | - |
| YUV | 238.18 | 117.17 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 242 | 219 | 0.02 | 0 | 0.10 | 0.05 | 70.43 | 0.47 | 0.9 |
| Hex | EE | F2 | DB | 2 | 0 | A | 5 | 46 | 2F | 5A |
| Octal | 356 | 362 | 333 | 2 | 0 | 12 | 5 | 106 | 57 | 132 |
| Binary | 11101110 | 11110010 | 11011011 | 10 | 0 | 1010 | 101 | 1000110 | 101111 | 1011010 |
Color Harmonies of #EEF2DB
Complementary color
Monochromatic Colors of #EEF2DB
Black with #EEF2DB
Text Example
Text Example
White with #EEF2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF2DB; }
p { color: rgb(238,242,219); }
H1.HeaderClassName
{
color: #EEF2DB;
}
.AnyTagClassName
{
color: #EEF2DB;
}
</style>
background-color css
<style>
a { background-color: #EEF2DB; }
a { background-color: rgb(238,242,219); }
div.DivClassName
{
background-color: #EEF2DB;
}
.BgClassName
{
background-color: #EEF2DB;
}
</style>
border-color css
<style>
span { border-color: #EEF2DB; }
span { border-color: rgb(238,242,219); }
td.TdClassName
{
border-color: #EEF2DB;
}
.TagClassName
{
border-color: #EEF2DB;
}
</style>