Shades of Rice Flower #EFF8D3
Tints of Rice Flower #EFF8D3
RGB
CMYK
RGB Variations
Color information
#EFF8D3 (or 0xEFF8D3) is known color: Rice Flower. HEX triplet: EF, F8 and D3. RGB value is (239,248,211). Sum of RGB (Red+Green+Blue) = 239+248+211=698 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.24% from 698); Green value is 248 (97.27% from 255 or 35.53% from 698); Blue value is 211 (82.81% from 255 or 30.23% from 698); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF8D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF8D3 is #10072C. Grayscale: #F1F1F1. Windows color (decimal): -1050413 or 13891823. OLE color: 13891823.
HSL color Cylindrical-coordinate representation of color #EFF8D3: hue angle of 74.59º degrees, saturation: 0.73, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFF8D3 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 248 | 211 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.03 |
| HSL | 74.59º | 0.73% | 0.9% | - |
| HSV(B) | 74.59º | 0.15% | 0.97% | - |
| XYZ | 80.92 | 90.19 | 74.77 | - |
| YUV | 241.09 | 111.02 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 248 | 211 | 0.04 | 0 | 0.15 | 0.03 | 74.59 | 0.73 | 0.9 |
| Hex | EF | F8 | D3 | 4 | 0 | F | 3 | 4B | 49 | 5A |
| Octal | 357 | 370 | 323 | 4 | 0 | 17 | 3 | 113 | 111 | 132 |
| Binary | 11101111 | 11111000 | 11010011 | 100 | 0 | 1111 | 11 | 1001011 | 1001001 | 1011010 |
Color Harmonies of #EFF8D3
Complementary color
Monochromatic Colors of #EFF8D3
Black with #EFF8D3
Text Example
Text Example
White with #EFF8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF8D3; }
p { color: rgb(239,248,211); }
H1.HeaderClassName
{
color: #EFF8D3;
}
.AnyTagClassName
{
color: #EFF8D3;
}
</style>
background-color css
<style>
a { background-color: #EFF8D3; }
a { background-color: rgb(239,248,211); }
div.DivClassName
{
background-color: #EFF8D3;
}
.BgClassName
{
background-color: #EFF8D3;
}
</style>
border-color css
<style>
span { border-color: #EFF8D3; }
span { border-color: rgb(239,248,211); }
td.TdClassName
{
border-color: #EFF8D3;
}
.TagClassName
{
border-color: #EFF8D3;
}
</style>