Shades of Rice Flower #EFF8D2
Tints of Rice Flower #EFF8D2
RGB
CMYK
RGB Variations
Color information
#EFF8D2 (or 0xEFF8D2) is known color: Rice Flower. HEX triplet: EF, F8 and D2. RGB value is (239,248,210). Sum of RGB (Red+Green+Blue) = 239+248+210=697 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.29% from 697); Green value is 248 (97.27% from 255 or 35.58% from 697); Blue value is 210 (82.42% from 255 or 30.13% from 697); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF8D2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF8D2 is #10072D. Grayscale: #F1F1F1. Windows color (decimal): -1050414 or 13826287. OLE color: 13826287.
HSL color Cylindrical-coordinate representation of color #EFF8D2: hue angle of 74.21º 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 #EFF8D2 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 248 | 210 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.03 |
| HSL | 74.21º | 0.73% | 0.9% | - |
| HSV(B) | 74.21º | 0.15% | 0.97% | - |
| XYZ | 80.8 | 90.14 | 74.11 | - |
| YUV | 240.98 | 110.52 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 248 | 210 | 0.04 | 0 | 0.15 | 0.03 | 74.21 | 0.73 | 0.9 |
| Hex | EF | F8 | D2 | 4 | 0 | F | 3 | 4A | 49 | 5A |
| Octal | 357 | 370 | 322 | 4 | 0 | 17 | 3 | 112 | 111 | 132 |
| Binary | 11101111 | 11111000 | 11010010 | 100 | 0 | 1111 | 11 | 1001010 | 1001001 | 1011010 |
Color Harmonies of #EFF8D2
Complementary color
Monochromatic Colors of #EFF8D2
Black with #EFF8D2
Text Example
Text Example
White with #EFF8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF8D2; }
p { color: rgb(239,248,210); }
H1.HeaderClassName
{
color: #EFF8D2;
}
.AnyTagClassName
{
color: #EFF8D2;
}
</style>
background-color css
<style>
a { background-color: #EFF8D2; }
a { background-color: rgb(239,248,210); }
div.DivClassName
{
background-color: #EFF8D2;
}
.BgClassName
{
background-color: #EFF8D2;
}
</style>
border-color css
<style>
span { border-color: #EFF8D2; }
span { border-color: rgb(239,248,210); }
td.TdClassName
{
border-color: #EFF8D2;
}
.TagClassName
{
border-color: #EFF8D2;
}
</style>