Shades of Rice Flower #ECF3CE
Tints of Rice Flower #ECF3CE
RGB
CMYK
RGB Variations
Color information
#ECF3CE (or 0xECF3CE) is known color: Rice Flower. HEX triplet: EC, F3 and CE. RGB value is (236,243,206). Sum of RGB (Red+Green+Blue) = 236+243+206=685 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.45% from 685); Green value is 243 (95.31% from 255 or 35.47% from 685); Blue value is 206 (80.86% from 255 or 30.07% from 685); Max value from RGB is 243 - color contains mainly: green. Hex color #ECF3CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF3CE is #130C31. Grayscale: #ECECEC. Windows color (decimal): -1248306 or 13562860. OLE color: 13562860.
HSL color Cylindrical-coordinate representation of color #ECF3CE: hue angle of 71.35º degrees, saturation: 0.61, 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 #ECF3CE is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 243 | 206 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.05 |
| HSL | 71.35º | 0.61% | 0.88% | - |
| HSV(B) | 71.35º | 0.15% | 0.95% | - |
| XYZ | 77.78 | 86.39 | 70.97 | - |
| YUV | 236.69 | 110.68 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 243 | 206 | 0.03 | 0 | 0.15 | 0.05 | 71.35 | 0.61 | 0.88 |
| Hex | EC | F3 | CE | 3 | 0 | F | 5 | 47 | 3D | 58 |
| Octal | 354 | 363 | 316 | 3 | 0 | 17 | 5 | 107 | 75 | 130 |
| Binary | 11101100 | 11110011 | 11001110 | 11 | 0 | 1111 | 101 | 1000111 | 111101 | 1011000 |
Color Harmonies of #ECF3CE
Complementary color
Monochromatic Colors of #ECF3CE
Black with #ECF3CE
Text Example
Text Example
White with #ECF3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF3CE; }
p { color: rgb(236,243,206); }
H1.HeaderClassName
{
color: #ECF3CE;
}
.AnyTagClassName
{
color: #ECF3CE;
}
</style>
background-color css
<style>
a { background-color: #ECF3CE; }
a { background-color: rgb(236,243,206); }
div.DivClassName
{
background-color: #ECF3CE;
}
.BgClassName
{
background-color: #ECF3CE;
}
</style>
border-color css
<style>
span { border-color: #ECF3CE; }
span { border-color: rgb(236,243,206); }
td.TdClassName
{
border-color: #ECF3CE;
}
.TagClassName
{
border-color: #ECF3CE;
}
</style>