Shades of Rice Flower #ECF1DA
Tints of Rice Flower #ECF1DA
RGB
CMYK
RGB Variations
Color information
#ECF1DA (or 0xECF1DA) is known color: Rice Flower. HEX triplet: EC, F1 and DA. RGB value is (236,241,218). Sum of RGB (Red+Green+Blue) = 236+241+218=695 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.96% from 695); Green value is 241 (94.53% from 255 or 34.68% from 695); Blue value is 218 (85.55% from 255 or 31.37% from 695); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF1DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF1DA is #130E25. Grayscale: #ECECEC. Windows color (decimal): -1248806 or 14348780. OLE color: 14348780.
HSL color Cylindrical-coordinate representation of color #ECF1DA: hue angle of 73.04º degrees, saturation: 0.45, 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 #ECF1DA is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 241 | 218 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.05 |
| HSL | 73.04º | 0.45% | 0.9% | - |
| HSV(B) | 73.04º | 0.1% | 0.95% | - |
| XYZ | 78.7 | 85.81 | 78.74 | - |
| YUV | 236.88 | 117.34 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 241 | 218 | 0.02 | 0 | 0.10 | 0.05 | 73.04 | 0.45 | 0.9 |
| Hex | EC | F1 | DA | 2 | 0 | A | 5 | 49 | 2D | 5A |
| Octal | 354 | 361 | 332 | 2 | 0 | 12 | 5 | 111 | 55 | 132 |
| Binary | 11101100 | 11110001 | 11011010 | 10 | 0 | 1010 | 101 | 1001001 | 101101 | 1011010 |
Color Harmonies of #ECF1DA
Complementary color
Monochromatic Colors of #ECF1DA
Black with #ECF1DA
Text Example
Text Example
White with #ECF1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF1DA; }
p { color: rgb(236,241,218); }
H1.HeaderClassName
{
color: #ECF1DA;
}
.AnyTagClassName
{
color: #ECF1DA;
}
</style>
background-color css
<style>
a { background-color: #ECF1DA; }
a { background-color: rgb(236,241,218); }
div.DivClassName
{
background-color: #ECF1DA;
}
.BgClassName
{
background-color: #ECF1DA;
}
</style>
border-color css
<style>
span { border-color: #ECF1DA; }
span { border-color: rgb(236,241,218); }
td.TdClassName
{
border-color: #ECF1DA;
}
.TagClassName
{
border-color: #ECF1DA;
}
</style>