Shades of Rice Flower #EDF6D7
Tints of Rice Flower #EDF6D7
RGB
CMYK
RGB Variations
Color information
#EDF6D7 (or 0xEDF6D7) is known color: Rice Flower. HEX triplet: ED, F6 and D7. RGB value is (237,246,215). Sum of RGB (Red+Green+Blue) = 237+246+215=698 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.95% from 698); Green value is 246 (96.48% from 255 or 35.24% from 698); Blue value is 215 (84.38% from 255 or 30.80% from 698); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF6D7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF6D7 is #120928. Grayscale: #EFEFEF. Windows color (decimal): -1181993 or 14153453. OLE color: 14153453.
HSL color Cylindrical-coordinate representation of color #EDF6D7: hue angle of 77.42º degrees, saturation: 0.63, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EDF6D7 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 246 | 215 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.04 |
| HSL | 77.42º | 0.63% | 0.9% | - |
| HSV(B) | 77.42º | 0.13% | 0.96% | - |
| XYZ | 80.15 | 88.82 | 77.21 | - |
| YUV | 239.78 | 114.02 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 246 | 215 | 0.04 | 0 | 0.13 | 0.04 | 77.42 | 0.63 | 0.9 |
| Hex | ED | F6 | D7 | 4 | 0 | D | 4 | 4D | 3F | 5A |
| Octal | 355 | 366 | 327 | 4 | 0 | 15 | 4 | 115 | 77 | 132 |
| Binary | 11101101 | 11110110 | 11010111 | 100 | 0 | 1101 | 100 | 1001101 | 111111 | 1011010 |
Color Harmonies of #EDF6D7
Complementary color
Monochromatic Colors of #EDF6D7
Black with #EDF6D7
Text Example
Text Example
White with #EDF6D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF6D7; }
p { color: rgb(237,246,215); }
H1.HeaderClassName
{
color: #EDF6D7;
}
.AnyTagClassName
{
color: #EDF6D7;
}
</style>
background-color css
<style>
a { background-color: #EDF6D7; }
a { background-color: rgb(237,246,215); }
div.DivClassName
{
background-color: #EDF6D7;
}
.BgClassName
{
background-color: #EDF6D7;
}
</style>
border-color css
<style>
span { border-color: #EDF6D7; }
span { border-color: rgb(237,246,215); }
td.TdClassName
{
border-color: #EDF6D7;
}
.TagClassName
{
border-color: #EDF6D7;
}
</style>