Shades of Rice Flower #ECF1D3
Tints of Rice Flower #ECF1D3
RGB
CMYK
RGB Variations
Color information
#ECF1D3 (or 0xECF1D3) is known color: Rice Flower. HEX triplet: EC, F1 and D3. RGB value is (236,241,211). Sum of RGB (Red+Green+Blue) = 236+241+211=688 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.30% from 688); Green value is 241 (94.53% from 255 or 35.03% from 688); Blue value is 211 (82.81% from 255 or 30.67% from 688); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF1D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF1D3 is #130E2C. Grayscale: #ECECEC. Windows color (decimal): -1248813 or 13890028. OLE color: 13890028.
HSL color Cylindrical-coordinate representation of color #ECF1D3: hue angle of 70º degrees, saturation: 0.52, 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 #ECF1D3 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 241 | 211 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.05 |
| HSL | 70º | 0.52% | 0.89% | - |
| HSV(B) | 70º | 0.12% | 0.95% | - |
| XYZ | 77.81 | 85.45 | 74.02 | - |
| YUV | 236.09 | 113.84 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 241 | 211 | 0.02 | 0 | 0.12 | 0.05 | 70 | 0.52 | 0.89 |
| Hex | EC | F1 | D3 | 2 | 0 | C | 5 | 46 | 34 | 59 |
| Octal | 354 | 361 | 323 | 2 | 0 | 14 | 5 | 106 | 64 | 131 |
| Binary | 11101100 | 11110001 | 11010011 | 10 | 0 | 1100 | 101 | 1000110 | 110100 | 1011001 |
Color Harmonies of #ECF1D3
Complementary color
Monochromatic Colors of #ECF1D3
Black with #ECF1D3
Text Example
Text Example
White with #ECF1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF1D3; }
p { color: rgb(236,241,211); }
H1.HeaderClassName
{
color: #ECF1D3;
}
.AnyTagClassName
{
color: #ECF1D3;
}
</style>
background-color css
<style>
a { background-color: #ECF1D3; }
a { background-color: rgb(236,241,211); }
div.DivClassName
{
background-color: #ECF1D3;
}
.BgClassName
{
background-color: #ECF1D3;
}
</style>
border-color css
<style>
span { border-color: #ECF1D3; }
span { border-color: rgb(236,241,211); }
td.TdClassName
{
border-color: #ECF1D3;
}
.TagClassName
{
border-color: #ECF1D3;
}
</style>