Shades of Rice Flower #EDF2DB
Tints of Rice Flower #EDF2DB
RGB
CMYK
RGB Variations
Color information
#EDF2DB (or 0xEDF2DB) is known color: Rice Flower. HEX triplet: ED, F2 and DB. RGB value is (237,242,219). Sum of RGB (Red+Green+Blue) = 237+242+219=698 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.95% from 698); Green value is 242 (94.92% from 255 or 34.67% from 698); Blue value is 219 (85.94% from 255 or 31.38% from 698); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF2DB is #120D24. Grayscale: #EDEDED. Windows color (decimal): -1183013 or 14414573. OLE color: 14414573.
HSL color Cylindrical-coordinate representation of color #EDF2DB: hue angle of 73.04º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDF2DB is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 219 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.05 |
| HSL | 73.04º | 0.47% | 0.9% | - |
| HSV(B) | 73.04º | 0.1% | 0.95% | - |
| XYZ | 79.46 | 86.62 | 79.55 | - |
| YUV | 237.88 | 117.34 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 219 | 0.02 | 0 | 0.10 | 0.05 | 73.04 | 0.47 | 0.9 |
| Hex | ED | F2 | DB | 2 | 0 | A | 5 | 49 | 2F | 5A |
| Octal | 355 | 362 | 333 | 2 | 0 | 12 | 5 | 111 | 57 | 132 |
| Binary | 11101101 | 11110010 | 11011011 | 10 | 0 | 1010 | 101 | 1001001 | 101111 | 1011010 |
Color Harmonies of #EDF2DB
Complementary color
Monochromatic Colors of #EDF2DB
Black with #EDF2DB
Text Example
Text Example
White with #EDF2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF2DB; }
p { color: rgb(237,242,219); }
H1.HeaderClassName
{
color: #EDF2DB;
}
.AnyTagClassName
{
color: #EDF2DB;
}
</style>
background-color css
<style>
a { background-color: #EDF2DB; }
a { background-color: rgb(237,242,219); }
div.DivClassName
{
background-color: #EDF2DB;
}
.BgClassName
{
background-color: #EDF2DB;
}
</style>
border-color css
<style>
span { border-color: #EDF2DB; }
span { border-color: rgb(237,242,219); }
td.TdClassName
{
border-color: #EDF2DB;
}
.TagClassName
{
border-color: #EDF2DB;
}
</style>