Shades of Rice Flower #EEF6D3
Tints of Rice Flower #EEF6D3
RGB
CMYK
RGB Variations
Color information
#EEF6D3 (or 0xEEF6D3) is known color: Rice Flower. HEX triplet: EE, F6 and D3. RGB value is (238,246,211). Sum of RGB (Red+Green+Blue) = 238+246+211=695 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.24% from 695); Green value is 246 (96.48% from 255 or 35.40% from 695); Blue value is 211 (82.81% from 255 or 30.36% from 695); Max value from RGB is 246 - color contains mainly: green. Hex color #EEF6D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF6D3 is #11092C. Grayscale: #EFEFEF. Windows color (decimal): -1116461 or 13891310. OLE color: 13891310.
HSL color Cylindrical-coordinate representation of color #EEF6D3: hue angle of 73.71º degrees, saturation: 0.66, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EEF6D3 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 246 | 211 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.04 |
| HSL | 73.71º | 0.66% | 0.9% | - |
| HSV(B) | 73.71º | 0.14% | 0.96% | - |
| XYZ | 79.97 | 88.79 | 74.55 | - |
| YUV | 239.62 | 111.85 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 246 | 211 | 0.03 | 0 | 0.14 | 0.04 | 73.71 | 0.66 | 0.9 |
| Hex | EE | F6 | D3 | 3 | 0 | E | 4 | 4A | 42 | 5A |
| Octal | 356 | 366 | 323 | 3 | 0 | 16 | 4 | 112 | 102 | 132 |
| Binary | 11101110 | 11110110 | 11010011 | 11 | 0 | 1110 | 100 | 1001010 | 1000010 | 1011010 |
Color Harmonies of #EEF6D3
Complementary color
Monochromatic Colors of #EEF6D3
Black with #EEF6D3
Text Example
Text Example
White with #EEF6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF6D3; }
p { color: rgb(238,246,211); }
H1.HeaderClassName
{
color: #EEF6D3;
}
.AnyTagClassName
{
color: #EEF6D3;
}
</style>
background-color css
<style>
a { background-color: #EEF6D3; }
a { background-color: rgb(238,246,211); }
div.DivClassName
{
background-color: #EEF6D3;
}
.BgClassName
{
background-color: #EEF6D3;
}
</style>
border-color css
<style>
span { border-color: #EEF6D3; }
span { border-color: rgb(238,246,211); }
td.TdClassName
{
border-color: #EEF6D3;
}
.TagClassName
{
border-color: #EEF6D3;
}
</style>