Shades of Rice Flower #ECF0CE
Tints of Rice Flower #ECF0CE
RGB
CMYK
RGB Variations
Color information
#ECF0CE (or 0xECF0CE) is known color: Rice Flower. HEX triplet: EC, F0 and CE. RGB value is (236,240,206). Sum of RGB (Red+Green+Blue) = 236+240+206=682 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.60% from 682); Green value is 240 (94.14% from 255 or 35.19% from 682); Blue value is 206 (80.86% from 255 or 30.21% from 682); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF0CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF0CE is #130F31. Grayscale: #EBEBEB. Windows color (decimal): -1249074 or 13562092. OLE color: 13562092.
HSL color Cylindrical-coordinate representation of color #ECF0CE: hue angle of 67.06º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECF0CE is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 206 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.06 |
| HSL | 67.06º | 0.53% | 0.87% | - |
| HSV(B) | 67.06º | 0.14% | 0.94% | - |
| XYZ | 76.89 | 84.61 | 70.67 | - |
| YUV | 234.93 | 111.67 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 206 | 0.02 | 0 | 0.14 | 0.06 | 67.06 | 0.53 | 0.87 |
| Hex | EC | F0 | CE | 2 | 0 | E | 6 | 43 | 35 | 57 |
| Octal | 354 | 360 | 316 | 2 | 0 | 16 | 6 | 103 | 65 | 127 |
| Binary | 11101100 | 11110000 | 11001110 | 10 | 0 | 1110 | 110 | 1000011 | 110101 | 1010111 |
Color Harmonies of #ECF0CE
Complementary color
Monochromatic Colors of #ECF0CE
Black with #ECF0CE
Text Example
Text Example
White with #ECF0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF0CE; }
p { color: rgb(236,240,206); }
H1.HeaderClassName
{
color: #ECF0CE;
}
.AnyTagClassName
{
color: #ECF0CE;
}
</style>
background-color css
<style>
a { background-color: #ECF0CE; }
a { background-color: rgb(236,240,206); }
div.DivClassName
{
background-color: #ECF0CE;
}
.BgClassName
{
background-color: #ECF0CE;
}
</style>
border-color css
<style>
span { border-color: #ECF0CE; }
span { border-color: rgb(236,240,206); }
td.TdClassName
{
border-color: #ECF0CE;
}
.TagClassName
{
border-color: #ECF0CE;
}
</style>