Shades of Rice Flower #EDF1CE
Tints of Rice Flower #EDF1CE
RGB
CMYK
RGB Variations
Color information
#EDF1CE (or 0xEDF1CE) is known color: Rice Flower. HEX triplet: ED, F1 and CE. RGB value is (237,241,206). Sum of RGB (Red+Green+Blue) = 237+241+206=684 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.65% from 684); Green value is 241 (94.53% from 255 or 35.23% from 684); Blue value is 206 (80.86% from 255 or 30.12% from 684); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF1CE is #120E31. Grayscale: #EBEBEB. Windows color (decimal): -1183282 or 13562349. OLE color: 13562349.
HSL color Cylindrical-coordinate representation of color #EDF1CE: hue angle of 66.86º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDF1CE is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 206 | - |
| CMYK | 0.02 | 0 | 0.15 | 0.05 |
| HSL | 66.86º | 0.56% | 0.88% | - |
| HSV(B) | 66.86º | 0.15% | 0.95% | - |
| XYZ | 77.52 | 85.37 | 70.79 | - |
| YUV | 235.81 | 111.17 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 206 | 0.02 | 0 | 0.15 | 0.05 | 66.86 | 0.56 | 0.88 |
| Hex | ED | F1 | CE | 2 | 0 | F | 5 | 43 | 38 | 58 |
| Octal | 355 | 361 | 316 | 2 | 0 | 17 | 5 | 103 | 70 | 130 |
| Binary | 11101101 | 11110001 | 11001110 | 10 | 0 | 1111 | 101 | 1000011 | 111000 | 1011000 |
Color Harmonies of #EDF1CE
Complementary color
Monochromatic Colors of #EDF1CE
Black with #EDF1CE
Text Example
Text Example
White with #EDF1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF1CE; }
p { color: rgb(237,241,206); }
H1.HeaderClassName
{
color: #EDF1CE;
}
.AnyTagClassName
{
color: #EDF1CE;
}
</style>
background-color css
<style>
a { background-color: #EDF1CE; }
a { background-color: rgb(237,241,206); }
div.DivClassName
{
background-color: #EDF1CE;
}
.BgClassName
{
background-color: #EDF1CE;
}
</style>
border-color css
<style>
span { border-color: #EDF1CE; }
span { border-color: rgb(237,241,206); }
td.TdClassName
{
border-color: #EDF1CE;
}
.TagClassName
{
border-color: #EDF1CE;
}
</style>