Shades of Rice Flower #EDF2DC
Tints of Rice Flower #EDF2DC
RGB
CMYK
RGB Variations
Color information
#EDF2DC (or 0xEDF2DC) is known color: Rice Flower. HEX triplet: ED, F2 and DC. RGB value is (237,242,220). Sum of RGB (Red+Green+Blue) = 237+242+220=699 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.91% from 699); Green value is 242 (94.92% from 255 or 34.62% from 699); Blue value is 220 (86.33% from 255 or 31.47% from 699); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF2DC is #120D23. Grayscale: #EEEEEE. Windows color (decimal): -1183012 or 14480109. OLE color: 14480109.
HSL color Cylindrical-coordinate representation of color #EDF2DC: hue angle of 73.64º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDF2DC is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 220 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.05 |
| HSL | 73.64º | 0.46% | 0.91% | - |
| HSV(B) | 73.64º | 0.09% | 0.95% | - |
| XYZ | 79.6 | 86.68 | 80.25 | - |
| YUV | 238 | 117.84 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 220 | 0.02 | 0 | 0.09 | 0.05 | 73.64 | 0.46 | 0.91 |
| Hex | ED | F2 | DC | 2 | 0 | 9 | 5 | 4A | 2E | 5B |
| Octal | 355 | 362 | 334 | 2 | 0 | 11 | 5 | 112 | 56 | 133 |
| Binary | 11101101 | 11110010 | 11011100 | 10 | 0 | 1001 | 101 | 1001010 | 101110 | 1011011 |
Color Harmonies of #EDF2DC
Complementary color
Monochromatic Colors of #EDF2DC
Black with #EDF2DC
Text Example
Text Example
White with #EDF2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF2DC; }
p { color: rgb(237,242,220); }
H1.HeaderClassName
{
color: #EDF2DC;
}
.AnyTagClassName
{
color: #EDF2DC;
}
</style>
background-color css
<style>
a { background-color: #EDF2DC; }
a { background-color: rgb(237,242,220); }
div.DivClassName
{
background-color: #EDF2DC;
}
.BgClassName
{
background-color: #EDF2DC;
}
</style>
border-color css
<style>
span { border-color: #EDF2DC; }
span { border-color: rgb(237,242,220); }
td.TdClassName
{
border-color: #EDF2DC;
}
.TagClassName
{
border-color: #EDF2DC;
}
</style>