Shades of Rice Flower #ECF2CF
Tints of Rice Flower #ECF2CF
RGB
CMYK
RGB Variations
Color information
#ECF2CF (or 0xECF2CF) is known color: Rice Flower. HEX triplet: EC, F2 and CF. RGB value is (236,242,207). Sum of RGB (Red+Green+Blue) = 236+242+207=685 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.45% from 685); Green value is 242 (94.92% from 255 or 35.33% from 685); Blue value is 207 (81.25% from 255 or 30.22% from 685); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF2CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF2CF is #130D30. Grayscale: #ECECEC. Windows color (decimal): -1248561 or 13628140. OLE color: 13628140.
HSL color Cylindrical-coordinate representation of color #ECF2CF: hue angle of 70.29º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECF2CF is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 207 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.05 |
| HSL | 70.29º | 0.57% | 0.88% | - |
| HSV(B) | 70.29º | 0.14% | 0.95% | - |
| XYZ | 77.61 | 85.84 | 71.51 | - |
| YUV | 236.22 | 111.51 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 207 | 0.02 | 0 | 0.14 | 0.05 | 70.29 | 0.57 | 0.88 |
| Hex | EC | F2 | CF | 2 | 0 | E | 5 | 46 | 39 | 58 |
| Octal | 354 | 362 | 317 | 2 | 0 | 16 | 5 | 106 | 71 | 130 |
| Binary | 11101100 | 11110010 | 11001111 | 10 | 0 | 1110 | 101 | 1000110 | 111001 | 1011000 |
Color Harmonies of #ECF2CF
Complementary color
Monochromatic Colors of #ECF2CF
Black with #ECF2CF
Text Example
Text Example
White with #ECF2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF2CF; }
p { color: rgb(236,242,207); }
H1.HeaderClassName
{
color: #ECF2CF;
}
.AnyTagClassName
{
color: #ECF2CF;
}
</style>
background-color css
<style>
a { background-color: #ECF2CF; }
a { background-color: rgb(236,242,207); }
div.DivClassName
{
background-color: #ECF2CF;
}
.BgClassName
{
background-color: #ECF2CF;
}
</style>
border-color css
<style>
span { border-color: #ECF2CF; }
span { border-color: rgb(236,242,207); }
td.TdClassName
{
border-color: #ECF2CF;
}
.TagClassName
{
border-color: #ECF2CF;
}
</style>