Shades of Rice Flower #EDF6D0
Tints of Rice Flower #EDF6D0
RGB
CMYK
RGB Variations
Color information
#EDF6D0 (or 0xEDF6D0) is known color: Rice Flower. HEX triplet: ED, F6 and D0. RGB value is (237,246,208). Sum of RGB (Red+Green+Blue) = 237+246+208=691 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.30% from 691); Green value is 246 (96.48% from 255 or 35.60% from 691); Blue value is 208 (81.64% from 255 or 30.10% from 691); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF6D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF6D0 is #12092F. Grayscale: #EFEFEF. Windows color (decimal): -1182000 or 13694701. OLE color: 13694701.
HSL color Cylindrical-coordinate representation of color #EDF6D0: hue angle of 74.21º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDF6D0 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 246 | 208 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.04 |
| HSL | 74.21º | 0.68% | 0.89% | - |
| HSV(B) | 74.21º | 0.15% | 0.96% | - |
| XYZ | 79.27 | 88.47 | 72.57 | - |
| YUV | 238.98 | 110.52 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 246 | 208 | 0.04 | 0 | 0.15 | 0.04 | 74.21 | 0.68 | 0.89 |
| Hex | ED | F6 | D0 | 4 | 0 | F | 4 | 4A | 44 | 59 |
| Octal | 355 | 366 | 320 | 4 | 0 | 17 | 4 | 112 | 104 | 131 |
| Binary | 11101101 | 11110110 | 11010000 | 100 | 0 | 1111 | 100 | 1001010 | 1000100 | 1011001 |
Color Harmonies of #EDF6D0
Complementary color
Monochromatic Colors of #EDF6D0
Black with #EDF6D0
Text Example
Text Example
White with #EDF6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF6D0; }
p { color: rgb(237,246,208); }
H1.HeaderClassName
{
color: #EDF6D0;
}
.AnyTagClassName
{
color: #EDF6D0;
}
</style>
background-color css
<style>
a { background-color: #EDF6D0; }
a { background-color: rgb(237,246,208); }
div.DivClassName
{
background-color: #EDF6D0;
}
.BgClassName
{
background-color: #EDF6D0;
}
</style>
border-color css
<style>
span { border-color: #EDF6D0; }
span { border-color: rgb(237,246,208); }
td.TdClassName
{
border-color: #EDF6D0;
}
.TagClassName
{
border-color: #EDF6D0;
}
</style>