Shades of Rice Flower #EDF6CF
Tints of Rice Flower #EDF6CF
RGB
CMYK
RGB Variations
Color information
#EDF6CF (or 0xEDF6CF) is known color: Rice Flower. HEX triplet: ED, F6 and CF. RGB value is (237,246,207). Sum of RGB (Red+Green+Blue) = 237+246+207=690 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.35% from 690); Green value is 246 (96.48% from 255 or 35.65% from 690); Blue value is 207 (81.25% from 255 or 30% from 690); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF6CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF6CF is #120930. Grayscale: #EFEFEF. Windows color (decimal): -1182001 or 13629165. OLE color: 13629165.
HSL color Cylindrical-coordinate representation of color #EDF6CF: hue angle of 73.85º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDF6CF is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 246 | 207 | - |
| CMYK | 0.04 | 0 | 0.16 | 0.04 |
| HSL | 73.85º | 0.68% | 0.89% | - |
| HSV(B) | 73.85º | 0.16% | 0.96% | - |
| XYZ | 79.14 | 88.42 | 71.93 | - |
| YUV | 238.86 | 110.02 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 246 | 207 | 0.04 | 0 | 0.16 | 0.04 | 73.85 | 0.68 | 0.89 |
| Hex | ED | F6 | CF | 4 | 0 | 10 | 4 | 4A | 44 | 59 |
| Octal | 355 | 366 | 317 | 4 | 0 | 20 | 4 | 112 | 104 | 131 |
| Binary | 11101101 | 11110110 | 11001111 | 100 | 0 | 10000 | 100 | 1001010 | 1000100 | 1011001 |
Color Harmonies of #EDF6CF
Complementary color
Monochromatic Colors of #EDF6CF
Black with #EDF6CF
Text Example
Text Example
White with #EDF6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF6CF; }
p { color: rgb(237,246,207); }
H1.HeaderClassName
{
color: #EDF6CF;
}
.AnyTagClassName
{
color: #EDF6CF;
}
</style>
background-color css
<style>
a { background-color: #EDF6CF; }
a { background-color: rgb(237,246,207); }
div.DivClassName
{
background-color: #EDF6CF;
}
.BgClassName
{
background-color: #EDF6CF;
}
</style>
border-color css
<style>
span { border-color: #EDF6CF; }
span { border-color: rgb(237,246,207); }
td.TdClassName
{
border-color: #EDF6CF;
}
.TagClassName
{
border-color: #EDF6CF;
}
</style>