Shades of Rice Flower #ECF3CF
Tints of Rice Flower #ECF3CF
RGB
CMYK
RGB Variations
Color information
#ECF3CF (or 0xECF3CF) is known color: Rice Flower. HEX triplet: EC, F3 and CF. RGB value is (236,243,207). Sum of RGB (Red+Green+Blue) = 236+243+207=686 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.40% from 686); Green value is 243 (95.31% from 255 or 35.42% from 686); Blue value is 207 (81.25% from 255 or 30.17% from 686); Max value from RGB is 243 - color contains mainly: green. Hex color #ECF3CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF3CF is #130C30. Grayscale: #ECECEC. Windows color (decimal): -1248305 or 13628396. OLE color: 13628396.
HSL color Cylindrical-coordinate representation of color #ECF3CF: hue angle of 71.67º degrees, saturation: 0.6, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECF3CF is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 243 | 207 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.05 |
| HSL | 71.67º | 0.6% | 0.88% | - |
| HSV(B) | 71.67º | 0.15% | 0.95% | - |
| XYZ | 77.91 | 86.44 | 71.61 | - |
| YUV | 236.8 | 111.18 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 243 | 207 | 0.03 | 0 | 0.15 | 0.05 | 71.67 | 0.6 | 0.88 |
| Hex | EC | F3 | CF | 3 | 0 | F | 5 | 48 | 3C | 58 |
| Octal | 354 | 363 | 317 | 3 | 0 | 17 | 5 | 110 | 74 | 130 |
| Binary | 11101100 | 11110011 | 11001111 | 11 | 0 | 1111 | 101 | 1001000 | 111100 | 1011000 |
Color Harmonies of #ECF3CF
Complementary color
Monochromatic Colors of #ECF3CF
Black with #ECF3CF
Text Example
Text Example
White with #ECF3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF3CF; }
p { color: rgb(236,243,207); }
H1.HeaderClassName
{
color: #ECF3CF;
}
.AnyTagClassName
{
color: #ECF3CF;
}
</style>
background-color css
<style>
a { background-color: #ECF3CF; }
a { background-color: rgb(236,243,207); }
div.DivClassName
{
background-color: #ECF3CF;
}
.BgClassName
{
background-color: #ECF3CF;
}
</style>
border-color css
<style>
span { border-color: #ECF3CF; }
span { border-color: rgb(236,243,207); }
td.TdClassName
{
border-color: #ECF3CF;
}
.TagClassName
{
border-color: #ECF3CF;
}
</style>