Shades of Rice Flower #EDF6D8
Tints of Rice Flower #EDF6D8
RGB
CMYK
RGB Variations
Color information
#EDF6D8 (or 0xEDF6D8) is known color: Rice Flower. HEX triplet: ED, F6 and D8. RGB value is (237,246,216). Sum of RGB (Red+Green+Blue) = 237+246+216=699 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.91% from 699); Green value is 246 (96.48% from 255 or 35.19% from 699); Blue value is 216 (84.77% from 255 or 30.90% from 699); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF6D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF6D8 is #120927. Grayscale: #EFEFEF. Windows color (decimal): -1181992 or 14218989. OLE color: 14218989.
HSL color Cylindrical-coordinate representation of color #EDF6D8: hue angle of 78º degrees, saturation: 0.62, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDF6D8 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 246 | 216 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.04 |
| HSL | 78º | 0.63% | 0.91% | - |
| HSV(B) | 78º | 0.12% | 0.96% | - |
| XYZ | 80.28 | 88.87 | 77.89 | - |
| YUV | 239.89 | 114.52 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 246 | 216 | 0.04 | 0 | 0.12 | 0.04 | 78 | 0.63 | 0.91 |
| Hex | ED | F6 | D8 | 4 | 0 | C | 4 | 4E | 3E | 5B |
| Octal | 355 | 366 | 330 | 4 | 0 | 14 | 4 | 116 | 76 | 133 |
| Binary | 11101101 | 11110110 | 11011000 | 100 | 0 | 1100 | 100 | 1001110 | 111110 | 1011011 |
Color Harmonies of #EDF6D8
Complementary color
Monochromatic Colors of #EDF6D8
Black with #EDF6D8
Text Example
Text Example
White with #EDF6D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF6D8; }
p { color: rgb(237,246,216); }
H1.HeaderClassName
{
color: #EDF6D8;
}
.AnyTagClassName
{
color: #EDF6D8;
}
</style>
background-color css
<style>
a { background-color: #EDF6D8; }
a { background-color: rgb(237,246,216); }
div.DivClassName
{
background-color: #EDF6D8;
}
.BgClassName
{
background-color: #EDF6D8;
}
</style>
border-color css
<style>
span { border-color: #EDF6D8; }
span { border-color: rgb(237,246,216); }
td.TdClassName
{
border-color: #EDF6D8;
}
.TagClassName
{
border-color: #EDF6D8;
}
</style>