Shades of Rice Flower #EDF1D6
Tints of Rice Flower #EDF1D6
RGB
CMYK
RGB Variations
Color information
#EDF1D6 (or 0xEDF1D6) is known color: Rice Flower. HEX triplet: ED, F1 and D6. RGB value is (237,241,214). Sum of RGB (Red+Green+Blue) = 237+241+214=692 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.25% from 692); Green value is 241 (94.53% from 255 or 34.83% from 692); Blue value is 214 (83.98% from 255 or 30.92% from 692); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF1D6 is #120E29. Grayscale: #ECECEC. Windows color (decimal): -1183274 or 14086637. OLE color: 14086637.
HSL color Cylindrical-coordinate representation of color #EDF1D6: hue angle of 68.89º degrees, saturation: 0.49, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EDF1D6 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 214 | - |
| CMYK | 0.02 | 0 | 0.11 | 0.05 |
| HSL | 68.89º | 0.49% | 0.89% | - |
| HSV(B) | 68.89º | 0.11% | 0.95% | - |
| XYZ | 78.52 | 85.77 | 76.04 | - |
| YUV | 236.73 | 115.17 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 214 | 0.02 | 0 | 0.11 | 0.05 | 68.89 | 0.49 | 0.89 |
| Hex | ED | F1 | D6 | 2 | 0 | B | 5 | 45 | 31 | 59 |
| Octal | 355 | 361 | 326 | 2 | 0 | 13 | 5 | 105 | 61 | 131 |
| Binary | 11101101 | 11110001 | 11010110 | 10 | 0 | 1011 | 101 | 1000101 | 110001 | 1011001 |
Color Harmonies of #EDF1D6
Complementary color
Monochromatic Colors of #EDF1D6
Black with #EDF1D6
Text Example
Text Example
White with #EDF1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF1D6; }
p { color: rgb(237,241,214); }
H1.HeaderClassName
{
color: #EDF1D6;
}
.AnyTagClassName
{
color: #EDF1D6;
}
</style>
background-color css
<style>
a { background-color: #EDF1D6; }
a { background-color: rgb(237,241,214); }
div.DivClassName
{
background-color: #EDF1D6;
}
.BgClassName
{
background-color: #EDF1D6;
}
</style>
border-color css
<style>
span { border-color: #EDF1D6; }
span { border-color: rgb(237,241,214); }
td.TdClassName
{
border-color: #EDF1D6;
}
.TagClassName
{
border-color: #EDF1D6;
}
</style>