Shades of Rice Flower #ECF2CC
Tints of Rice Flower #ECF2CC
RGB
CMYK
RGB Variations
Color information
#ECF2CC (or 0xECF2CC) is known color: Rice Flower. HEX triplet: EC, F2 and CC. RGB value is (236,242,204). Sum of RGB (Red+Green+Blue) = 236+242+204=682 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.60% from 682); Green value is 242 (94.92% from 255 or 35.48% from 682); Blue value is 204 (80.08% from 255 or 29.91% from 682); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF2CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF2CC is #130D33. Grayscale: #ECECEC. Windows color (decimal): -1248564 or 13431532. OLE color: 13431532.
HSL color Cylindrical-coordinate representation of color #ECF2CC: hue angle of 69.47º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECF2CC is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 204 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.05 |
| HSL | 69.47º | 0.59% | 0.87% | - |
| HSV(B) | 69.47º | 0.16% | 0.95% | - |
| XYZ | 77.24 | 85.7 | 69.6 | - |
| YUV | 235.87 | 110.01 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 204 | 0.02 | 0 | 0.16 | 0.05 | 69.47 | 0.59 | 0.87 |
| Hex | EC | F2 | CC | 2 | 0 | 10 | 5 | 45 | 3B | 57 |
| Octal | 354 | 362 | 314 | 2 | 0 | 20 | 5 | 105 | 73 | 127 |
| Binary | 11101100 | 11110010 | 11001100 | 10 | 0 | 10000 | 101 | 1000101 | 111011 | 1010111 |
Color Harmonies of #ECF2CC
Complementary color
Monochromatic Colors of #ECF2CC
Black with #ECF2CC
Text Example
Text Example
White with #ECF2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF2CC; }
p { color: rgb(236,242,204); }
H1.HeaderClassName
{
color: #ECF2CC;
}
.AnyTagClassName
{
color: #ECF2CC;
}
</style>
background-color css
<style>
a { background-color: #ECF2CC; }
a { background-color: rgb(236,242,204); }
div.DivClassName
{
background-color: #ECF2CC;
}
.BgClassName
{
background-color: #ECF2CC;
}
</style>
border-color css
<style>
span { border-color: #ECF2CC; }
span { border-color: rgb(236,242,204); }
td.TdClassName
{
border-color: #ECF2CC;
}
.TagClassName
{
border-color: #ECF2CC;
}
</style>