Shades of Rice Flower #EDF2CD
Tints of Rice Flower #EDF2CD
RGB
CMYK
RGB Variations
Color information
#EDF2CD (or 0xEDF2CD) is known color: Rice Flower. HEX triplet: ED, F2 and CD. RGB value is (237,242,205). Sum of RGB (Red+Green+Blue) = 237+242+205=684 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.65% from 684); Green value is 242 (94.92% from 255 or 35.38% from 684); Blue value is 205 (80.47% from 255 or 29.97% from 684); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF2CD is #120D32. Grayscale: #ECECEC. Windows color (decimal): -1183027 or 13497069. OLE color: 13497069.
HSL color Cylindrical-coordinate representation of color #EDF2CD: hue angle of 68.11º degrees, saturation: 0.59, 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 #EDF2CD is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 205 | - |
| CMYK | 0.02 | 0 | 0.15 | 0.05 |
| HSL | 68.11º | 0.59% | 0.88% | - |
| HSV(B) | 68.11º | 0.15% | 0.95% | - |
| XYZ | 77.7 | 85.92 | 70.25 | - |
| YUV | 236.29 | 110.34 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 205 | 0.02 | 0 | 0.15 | 0.05 | 68.11 | 0.59 | 0.88 |
| Hex | ED | F2 | CD | 2 | 0 | F | 5 | 44 | 3B | 58 |
| Octal | 355 | 362 | 315 | 2 | 0 | 17 | 5 | 104 | 73 | 130 |
| Binary | 11101101 | 11110010 | 11001101 | 10 | 0 | 1111 | 101 | 1000100 | 111011 | 1011000 |
Color Harmonies of #EDF2CD
Complementary color
Monochromatic Colors of #EDF2CD
Black with #EDF2CD
Text Example
Text Example
White with #EDF2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF2CD; }
p { color: rgb(237,242,205); }
H1.HeaderClassName
{
color: #EDF2CD;
}
.AnyTagClassName
{
color: #EDF2CD;
}
</style>
background-color css
<style>
a { background-color: #EDF2CD; }
a { background-color: rgb(237,242,205); }
div.DivClassName
{
background-color: #EDF2CD;
}
.BgClassName
{
background-color: #EDF2CD;
}
</style>
border-color css
<style>
span { border-color: #EDF2CD; }
span { border-color: rgb(237,242,205); }
td.TdClassName
{
border-color: #EDF2CD;
}
.TagClassName
{
border-color: #EDF2CD;
}
</style>