Shades of Rice Flower #EDF5CB
Tints of Rice Flower #EDF5CB
RGB
CMYK
RGB Variations
Color information
#EDF5CB (or 0xEDF5CB) is known color: Rice Flower. HEX triplet: ED, F5 and CB. RGB value is (237,245,203). Sum of RGB (Red+Green+Blue) = 237+245+203=685 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.60% from 685); Green value is 245 (96.09% from 255 or 35.77% from 685); Blue value is 203 (79.69% from 255 or 29.64% from 685); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF5CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF5CB is #120A34. Grayscale: #EDEDED. Windows color (decimal): -1182261 or 13366765. OLE color: 13366765.
HSL color Cylindrical-coordinate representation of color #EDF5CB: hue angle of 71.43º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDF5CB is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 203 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.04 |
| HSL | 71.43º | 0.68% | 0.88% | - |
| HSV(B) | 71.43º | 0.17% | 0.96% | - |
| XYZ | 78.36 | 87.62 | 69.28 | - |
| YUV | 237.82 | 108.35 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 203 | 0.03 | 0 | 0.17 | 0.04 | 71.43 | 0.68 | 0.88 |
| Hex | ED | F5 | CB | 3 | 0 | 11 | 4 | 47 | 44 | 58 |
| Octal | 355 | 365 | 313 | 3 | 0 | 21 | 4 | 107 | 104 | 130 |
| Binary | 11101101 | 11110101 | 11001011 | 11 | 0 | 10001 | 100 | 1000111 | 1000100 | 1011000 |
Color Harmonies of #EDF5CB
Complementary color
Monochromatic Colors of #EDF5CB
Black with #EDF5CB
Text Example
Text Example
White with #EDF5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF5CB; }
p { color: rgb(237,245,203); }
H1.HeaderClassName
{
color: #EDF5CB;
}
.AnyTagClassName
{
color: #EDF5CB;
}
</style>
background-color css
<style>
a { background-color: #EDF5CB; }
a { background-color: rgb(237,245,203); }
div.DivClassName
{
background-color: #EDF5CB;
}
.BgClassName
{
background-color: #EDF5CB;
}
</style>
border-color css
<style>
span { border-color: #EDF5CB; }
span { border-color: rgb(237,245,203); }
td.TdClassName
{
border-color: #EDF5CB;
}
.TagClassName
{
border-color: #EDF5CB;
}
</style>