Shades of Rice Flower #ECF2D7
Tints of Rice Flower #ECF2D7
RGB
CMYK
RGB Variations
Color information
#ECF2D7 (or 0xECF2D7) is known color: Rice Flower. HEX triplet: EC, F2 and D7. RGB value is (236,242,215). Sum of RGB (Red+Green+Blue) = 236+242+215=693 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.05% from 693); Green value is 242 (94.92% from 255 or 34.92% from 693); Blue value is 215 (84.38% from 255 or 31.02% from 693); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF2D7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF2D7 is #130D28. Grayscale: #EDEDED. Windows color (decimal): -1248553 or 14152428. OLE color: 14152428.
HSL color Cylindrical-coordinate representation of color #ECF2D7: hue angle of 73.33º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECF2D7 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 215 | - |
| CMYK | 0.02 | 0 | 0.11 | 0.05 |
| HSL | 73.33º | 0.51% | 0.9% | - |
| HSV(B) | 73.33º | 0.11% | 0.95% | - |
| XYZ | 78.61 | 86.24 | 76.79 | - |
| YUV | 237.13 | 115.51 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 215 | 0.02 | 0 | 0.11 | 0.05 | 73.33 | 0.51 | 0.9 |
| Hex | EC | F2 | D7 | 2 | 0 | B | 5 | 49 | 33 | 5A |
| Octal | 354 | 362 | 327 | 2 | 0 | 13 | 5 | 111 | 63 | 132 |
| Binary | 11101100 | 11110010 | 11010111 | 10 | 0 | 1011 | 101 | 1001001 | 110011 | 1011010 |
Color Harmonies of #ECF2D7
Complementary color
Monochromatic Colors of #ECF2D7
Black with #ECF2D7
Text Example
Text Example
White with #ECF2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF2D7; }
p { color: rgb(236,242,215); }
H1.HeaderClassName
{
color: #ECF2D7;
}
.AnyTagClassName
{
color: #ECF2D7;
}
</style>
background-color css
<style>
a { background-color: #ECF2D7; }
a { background-color: rgb(236,242,215); }
div.DivClassName
{
background-color: #ECF2D7;
}
.BgClassName
{
background-color: #ECF2D7;
}
</style>
border-color css
<style>
span { border-color: #ECF2D7; }
span { border-color: rgb(236,242,215); }
td.TdClassName
{
border-color: #ECF2D7;
}
.TagClassName
{
border-color: #ECF2D7;
}
</style>