Shades of Rice Flower #EDF6D1
Tints of Rice Flower #EDF6D1
RGB
CMYK
RGB Variations
Color information
#EDF6D1 (or 0xEDF6D1) is known color: Rice Flower. HEX triplet: ED, F6 and D1. RGB value is (237,246,209). Sum of RGB (Red+Green+Blue) = 237+246+209=692 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.25% from 692); Green value is 246 (96.48% from 255 or 35.55% from 692); Blue value is 209 (82.03% from 255 or 30.20% from 692); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF6D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF6D1 is #12092E. Grayscale: #EFEFEF. Windows color (decimal): -1181999 or 13760237. OLE color: 13760237.
HSL color Cylindrical-coordinate representation of color #EDF6D1: hue angle of 74.59º degrees, saturation: 0.67, 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 #EDF6D1 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 246 | 209 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.04 |
| HSL | 74.59º | 0.67% | 0.89% | - |
| HSV(B) | 74.59º | 0.15% | 0.96% | - |
| XYZ | 79.39 | 88.52 | 73.22 | - |
| YUV | 239.09 | 111.02 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 246 | 209 | 0.04 | 0 | 0.15 | 0.04 | 74.59 | 0.67 | 0.89 |
| Hex | ED | F6 | D1 | 4 | 0 | F | 4 | 4B | 43 | 59 |
| Octal | 355 | 366 | 321 | 4 | 0 | 17 | 4 | 113 | 103 | 131 |
| Binary | 11101101 | 11110110 | 11010001 | 100 | 0 | 1111 | 100 | 1001011 | 1000011 | 1011001 |
Color Harmonies of #EDF6D1
Complementary color
Monochromatic Colors of #EDF6D1
Black with #EDF6D1
Text Example
Text Example
White with #EDF6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF6D1; }
p { color: rgb(237,246,209); }
H1.HeaderClassName
{
color: #EDF6D1;
}
.AnyTagClassName
{
color: #EDF6D1;
}
</style>
background-color css
<style>
a { background-color: #EDF6D1; }
a { background-color: rgb(237,246,209); }
div.DivClassName
{
background-color: #EDF6D1;
}
.BgClassName
{
background-color: #EDF6D1;
}
</style>
border-color css
<style>
span { border-color: #EDF6D1; }
span { border-color: rgb(237,246,209); }
td.TdClassName
{
border-color: #EDF6D1;
}
.TagClassName
{
border-color: #EDF6D1;
}
</style>