Shades of Rice Flower #ECF1D4
Tints of Rice Flower #ECF1D4
RGB
CMYK
RGB Variations
Color information
#ECF1D4 (or 0xECF1D4) is known color: Rice Flower. HEX triplet: EC, F1 and D4. RGB value is (236,241,212). Sum of RGB (Red+Green+Blue) = 236+241+212=689 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.25% from 689); Green value is 241 (94.53% from 255 or 34.98% from 689); Blue value is 212 (83.20% from 255 or 30.77% from 689); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF1D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF1D4 is #130E2B. Grayscale: #ECECEC. Windows color (decimal): -1248812 or 13955564. OLE color: 13955564.
HSL color Cylindrical-coordinate representation of color #ECF1D4: hue angle of 70.34º degrees, saturation: 0.51, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECF1D4 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 241 | 212 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.05 |
| HSL | 70.34º | 0.51% | 0.89% | - |
| HSV(B) | 70.34º | 0.12% | 0.95% | - |
| XYZ | 77.93 | 85.5 | 74.68 | - |
| YUV | 236.2 | 114.34 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 241 | 212 | 0.02 | 0 | 0.12 | 0.05 | 70.34 | 0.51 | 0.89 |
| Hex | EC | F1 | D4 | 2 | 0 | C | 5 | 46 | 33 | 59 |
| Octal | 354 | 361 | 324 | 2 | 0 | 14 | 5 | 106 | 63 | 131 |
| Binary | 11101100 | 11110001 | 11010100 | 10 | 0 | 1100 | 101 | 1000110 | 110011 | 1011001 |
Color Harmonies of #ECF1D4
Complementary color
Monochromatic Colors of #ECF1D4
Black with #ECF1D4
Text Example
Text Example
White with #ECF1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF1D4; }
p { color: rgb(236,241,212); }
H1.HeaderClassName
{
color: #ECF1D4;
}
.AnyTagClassName
{
color: #ECF1D4;
}
</style>
background-color css
<style>
a { background-color: #ECF1D4; }
a { background-color: rgb(236,241,212); }
div.DivClassName
{
background-color: #ECF1D4;
}
.BgClassName
{
background-color: #ECF1D4;
}
</style>
border-color css
<style>
span { border-color: #ECF1D4; }
span { border-color: rgb(236,241,212); }
td.TdClassName
{
border-color: #ECF1D4;
}
.TagClassName
{
border-color: #ECF1D4;
}
</style>