Shades of Rice Flower #ECF2CE
Tints of Rice Flower #ECF2CE
RGB
CMYK
RGB Variations
Color information
#ECF2CE (or 0xECF2CE) is known color: Rice Flower. HEX triplet: EC, F2 and CE. RGB value is (236,242,206). Sum of RGB (Red+Green+Blue) = 236+242+206=684 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.50% from 684); Green value is 242 (94.92% from 255 or 35.38% from 684); Blue value is 206 (80.86% from 255 or 30.12% from 684); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF2CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF2CE is #130D31. Grayscale: #ECECEC. Windows color (decimal): -1248562 or 13562604. OLE color: 13562604.
HSL color Cylindrical-coordinate representation of color #ECF2CE: hue angle of 70º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECF2CE is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 206 | - |
| CMYK | 0.02 | 0 | 0.15 | 0.05 |
| HSL | 70º | 0.58% | 0.88% | - |
| HSV(B) | 70º | 0.15% | 0.95% | - |
| XYZ | 77.48 | 85.79 | 70.87 | - |
| YUV | 236.1 | 111.01 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 206 | 0.02 | 0 | 0.15 | 0.05 | 70 | 0.58 | 0.88 |
| Hex | EC | F2 | CE | 2 | 0 | F | 5 | 46 | 3A | 58 |
| Octal | 354 | 362 | 316 | 2 | 0 | 17 | 5 | 106 | 72 | 130 |
| Binary | 11101100 | 11110010 | 11001110 | 10 | 0 | 1111 | 101 | 1000110 | 111010 | 1011000 |
Color Harmonies of #ECF2CE
Complementary color
Monochromatic Colors of #ECF2CE
Black with #ECF2CE
Text Example
Text Example
White with #ECF2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF2CE; }
p { color: rgb(236,242,206); }
H1.HeaderClassName
{
color: #ECF2CE;
}
.AnyTagClassName
{
color: #ECF2CE;
}
</style>
background-color css
<style>
a { background-color: #ECF2CE; }
a { background-color: rgb(236,242,206); }
div.DivClassName
{
background-color: #ECF2CE;
}
.BgClassName
{
background-color: #ECF2CE;
}
</style>
border-color css
<style>
span { border-color: #ECF2CE; }
span { border-color: rgb(236,242,206); }
td.TdClassName
{
border-color: #ECF2CE;
}
.TagClassName
{
border-color: #ECF2CE;
}
</style>