Shades of Rice Flower #ECF0CC
Tints of Rice Flower #ECF0CC
RGB
CMYK
RGB Variations
Color information
#ECF0CC (or 0xECF0CC) is known color: Rice Flower. HEX triplet: EC, F0 and CC. RGB value is (236,240,204). Sum of RGB (Red+Green+Blue) = 236+240+204=680 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.71% from 680); Green value is 240 (94.14% from 255 or 35.29% from 680); Blue value is 204 (80.08% from 255 or 30% from 680); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF0CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF0CC is #130F33. Grayscale: #EAEAEA. Windows color (decimal): -1249076 or 13431020. OLE color: 13431020.
HSL color Cylindrical-coordinate representation of color #ECF0CC: hue angle of 66.67º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECF0CC is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 204 | - |
| CMYK | 0.02 | 0 | 0.15 | 0.06 |
| HSL | 66.67º | 0.55% | 0.87% | - |
| HSV(B) | 66.67º | 0.15% | 0.94% | - |
| XYZ | 76.65 | 84.51 | 69.4 | - |
| YUV | 234.7 | 110.67 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 204 | 0.02 | 0 | 0.15 | 0.06 | 66.67 | 0.55 | 0.87 |
| Hex | EC | F0 | CC | 2 | 0 | F | 6 | 43 | 37 | 57 |
| Octal | 354 | 360 | 314 | 2 | 0 | 17 | 6 | 103 | 67 | 127 |
| Binary | 11101100 | 11110000 | 11001100 | 10 | 0 | 1111 | 110 | 1000011 | 110111 | 1010111 |
Color Harmonies of #ECF0CC
Complementary color
Monochromatic Colors of #ECF0CC
Black with #ECF0CC
Text Example
Text Example
White with #ECF0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF0CC; }
p { color: rgb(236,240,204); }
H1.HeaderClassName
{
color: #ECF0CC;
}
.AnyTagClassName
{
color: #ECF0CC;
}
</style>
background-color css
<style>
a { background-color: #ECF0CC; }
a { background-color: rgb(236,240,204); }
div.DivClassName
{
background-color: #ECF0CC;
}
.BgClassName
{
background-color: #ECF0CC;
}
</style>
border-color css
<style>
span { border-color: #ECF0CC; }
span { border-color: rgb(236,240,204); }
td.TdClassName
{
border-color: #ECF0CC;
}
.TagClassName
{
border-color: #ECF0CC;
}
</style>