Shades of Rice Flower #ECF4CF
Tints of Rice Flower #ECF4CF
RGB
CMYK
RGB Variations
Color information
#ECF4CF (or 0xECF4CF) is known color: Rice Flower. HEX triplet: EC, F4 and CF. RGB value is (236,244,207). Sum of RGB (Red+Green+Blue) = 236+244+207=687 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.35% from 687); Green value is 244 (95.70% from 255 or 35.52% from 687); Blue value is 207 (81.25% from 255 or 30.13% from 687); Max value from RGB is 244 - color contains mainly: green. Hex color #ECF4CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF4CF is #130B30. Grayscale: #EDEDED. Windows color (decimal): -1248049 or 13628652. OLE color: 13628652.
HSL color Cylindrical-coordinate representation of color #ECF4CF: hue angle of 72.97º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECF4CF is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 244 | 207 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.04 |
| HSL | 72.97º | 0.63% | 0.88% | - |
| HSV(B) | 72.97º | 0.15% | 0.96% | - |
| XYZ | 78.21 | 87.04 | 71.71 | - |
| YUV | 237.39 | 110.85 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 244 | 207 | 0.03 | 0 | 0.15 | 0.04 | 72.97 | 0.63 | 0.88 |
| Hex | EC | F4 | CF | 3 | 0 | F | 4 | 49 | 3F | 58 |
| Octal | 354 | 364 | 317 | 3 | 0 | 17 | 4 | 111 | 77 | 130 |
| Binary | 11101100 | 11110100 | 11001111 | 11 | 0 | 1111 | 100 | 1001001 | 111111 | 1011000 |
Color Harmonies of #ECF4CF
Complementary color
Monochromatic Colors of #ECF4CF
Black with #ECF4CF
Text Example
Text Example
White with #ECF4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF4CF; }
p { color: rgb(236,244,207); }
H1.HeaderClassName
{
color: #ECF4CF;
}
.AnyTagClassName
{
color: #ECF4CF;
}
</style>
background-color css
<style>
a { background-color: #ECF4CF; }
a { background-color: rgb(236,244,207); }
div.DivClassName
{
background-color: #ECF4CF;
}
.BgClassName
{
background-color: #ECF4CF;
}
</style>
border-color css
<style>
span { border-color: #ECF4CF; }
span { border-color: rgb(236,244,207); }
td.TdClassName
{
border-color: #ECF4CF;
}
.TagClassName
{
border-color: #ECF4CF;
}
</style>