Shades of Rice Flower #EDF0D4
Tints of Rice Flower #EDF0D4
RGB
CMYK
RGB Variations
Color information
#EDF0D4 (or 0xEDF0D4) is known color: Rice Flower. HEX triplet: ED, F0 and D4. RGB value is (237,240,212). Sum of RGB (Red+Green+Blue) = 237+240+212=689 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.40% from 689); Green value is 240 (94.14% from 255 or 34.83% from 689); Blue value is 212 (83.20% from 255 or 30.77% from 689); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF0D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF0D4 is #120F2B. Grayscale: #ECECEC. Windows color (decimal): -1183532 or 13955309. OLE color: 13955309.
HSL color Cylindrical-coordinate representation of color #EDF0D4: hue angle of 66.43º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDF0D4 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
RGB | 237 | 240 | 212 | - |
CMYK | 0.01 | 0 | 0.12 | 0.06 |
HSL | 66.43º | 0.48% | 0.89% | - |
HSV(B) | 66.43º | 0.12% | 0.94% | - |
XYZ | 77.97 | 85.08 | 74.6 | - |
YUV | 235.91 | 114.51 | 128.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 240 | 212 | 0.01 | 0 | 0.12 | 0.06 | 66.43 | 0.48 | 0.89 |
Hex | ED | F0 | D4 | 1 | 0 | C | 6 | 42 | 30 | 59 |
Octal | 355 | 360 | 324 | 1 | 0 | 14 | 6 | 102 | 60 | 131 |
Binary | 11101101 | 11110000 | 11010100 | 1 | 0 | 1100 | 110 | 1000010 | 110000 | 1011001 |
Color Harmonies of #EDF0D4
Complementary color
Monochromatic Colors of #EDF0D4
Black with #EDF0D4
Text Example
Text Example
White with #EDF0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF0D4; }
p { color: rgb(237,240,212); }
H1.HeaderClassName
{
color: #EDF0D4;
}
.AnyTagClassName
{
color: #EDF0D4;
}
</style>
background-color css
<style>
a { background-color: #EDF0D4; }
a { background-color: rgb(237,240,212); }
div.DivClassName
{
background-color: #EDF0D4;
}
.BgClassName
{
background-color: #EDF0D4;
}
</style>
border-color css
<style>
span { border-color: #EDF0D4; }
span { border-color: rgb(237,240,212); }
td.TdClassName
{
border-color: #EDF0D4;
}
.TagClassName
{
border-color: #EDF0D4;
}
</style>