Shades of Rice Flower #EFF8D8
Tints of Rice Flower #EFF8D8
RGB
CMYK
RGB Variations
Color information
#EFF8D8 (or 0xEFF8D8) is known color: Rice Flower. HEX triplet: EF, F8 and D8. RGB value is (239,248,216). Sum of RGB (Red+Green+Blue) = 239+248+216=703 (93% of max value = 765). Red value is 239 (93.75% from 255 or 34.00% from 703); Green value is 248 (97.27% from 255 or 35.28% from 703); Blue value is 216 (84.77% from 255 or 30.73% from 703); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF8D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF8D8 is #100727. Grayscale: #F1F1F1. Windows color (decimal): -1050408 or 14219503. OLE color: 14219503.
HSL color Cylindrical-coordinate representation of color #EFF8D8: hue angle of 76.88º degrees, saturation: 0.7, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFF8D8 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 248 | 216 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.03 |
| HSL | 76.88º | 0.7% | 0.91% | - |
| HSV(B) | 76.88º | 0.13% | 0.97% | - |
| XYZ | 81.56 | 90.44 | 78.12 | - |
| YUV | 241.66 | 113.52 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 248 | 216 | 0.04 | 0 | 0.13 | 0.03 | 76.88 | 0.7 | 0.91 |
| Hex | EF | F8 | D8 | 4 | 0 | D | 3 | 4D | 46 | 5B |
| Octal | 357 | 370 | 330 | 4 | 0 | 15 | 3 | 115 | 106 | 133 |
| Binary | 11101111 | 11111000 | 11011000 | 100 | 0 | 1101 | 11 | 1001101 | 1000110 | 1011011 |
Color Harmonies of #EFF8D8
Complementary color
Monochromatic Colors of #EFF8D8
Black with #EFF8D8
Text Example
Text Example
White with #EFF8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF8D8; }
p { color: rgb(239,248,216); }
H1.HeaderClassName
{
color: #EFF8D8;
}
.AnyTagClassName
{
color: #EFF8D8;
}
</style>
background-color css
<style>
a { background-color: #EFF8D8; }
a { background-color: rgb(239,248,216); }
div.DivClassName
{
background-color: #EFF8D8;
}
.BgClassName
{
background-color: #EFF8D8;
}
</style>
border-color css
<style>
span { border-color: #EFF8D8; }
span { border-color: rgb(239,248,216); }
td.TdClassName
{
border-color: #EFF8D8;
}
.TagClassName
{
border-color: #EFF8D8;
}
</style>