Shades of Rice Flower #EDF5D2
Tints of Rice Flower #EDF5D2
RGB
CMYK
RGB Variations
Color information
#EDF5D2 (or 0xEDF5D2) is known color: Rice Flower. HEX triplet: ED, F5 and D2. RGB value is (237,245,210). Sum of RGB (Red+Green+Blue) = 237+245+210=692 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.25% from 692); Green value is 245 (96.09% from 255 or 35.40% from 692); Blue value is 210 (82.42% from 255 or 30.35% from 692); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF5D2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF5D2 is #120A2D. Grayscale: #EEEEEE. Windows color (decimal): -1182254 or 13825517. OLE color: 13825517.
HSL color Cylindrical-coordinate representation of color #EDF5D2: hue angle of 73.71º degrees, saturation: 0.64, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDF5D2 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 210 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.04 |
| HSL | 73.71º | 0.64% | 0.89% | - |
| HSV(B) | 73.71º | 0.14% | 0.96% | - |
| XYZ | 79.21 | 87.96 | 73.78 | - |
| YUV | 238.62 | 111.85 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 210 | 0.03 | 0 | 0.14 | 0.04 | 73.71 | 0.64 | 0.89 |
| Hex | ED | F5 | D2 | 3 | 0 | E | 4 | 4A | 40 | 59 |
| Octal | 355 | 365 | 322 | 3 | 0 | 16 | 4 | 112 | 100 | 131 |
| Binary | 11101101 | 11110101 | 11010010 | 11 | 0 | 1110 | 100 | 1001010 | 1000000 | 1011001 |
Color Harmonies of #EDF5D2
Complementary color
Monochromatic Colors of #EDF5D2
Black with #EDF5D2
Text Example
Text Example
White with #EDF5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF5D2; }
p { color: rgb(237,245,210); }
H1.HeaderClassName
{
color: #EDF5D2;
}
.AnyTagClassName
{
color: #EDF5D2;
}
</style>
background-color css
<style>
a { background-color: #EDF5D2; }
a { background-color: rgb(237,245,210); }
div.DivClassName
{
background-color: #EDF5D2;
}
.BgClassName
{
background-color: #EDF5D2;
}
</style>
border-color css
<style>
span { border-color: #EDF5D2; }
span { border-color: rgb(237,245,210); }
td.TdClassName
{
border-color: #EDF5D2;
}
.TagClassName
{
border-color: #EDF5D2;
}
</style>