Shades of Rice Flower #ECF0D1
Tints of Rice Flower #ECF0D1
RGB
CMYK
RGB Variations
Color information
#ECF0D1 (or 0xECF0D1) is known color: Rice Flower. HEX triplet: EC, F0 and D1. RGB value is (236,240,209). Sum of RGB (Red+Green+Blue) = 236+240+209=685 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.45% from 685); Green value is 240 (94.14% from 255 or 35.04% from 685); Blue value is 209 (82.03% from 255 or 30.51% from 685); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF0D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF0D1 is #130F2E. Grayscale: #EBEBEB. Windows color (decimal): -1249071 or 13758700. OLE color: 13758700.
HSL color Cylindrical-coordinate representation of color #ECF0D1: hue angle of 67.74º degrees, saturation: 0.51, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECF0D1 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 209 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.06 |
| HSL | 67.74º | 0.51% | 0.88% | - |
| HSV(B) | 67.74º | 0.13% | 0.94% | - |
| XYZ | 77.26 | 84.76 | 72.61 | - |
| YUV | 235.27 | 113.17 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 209 | 0.02 | 0 | 0.13 | 0.06 | 67.74 | 0.51 | 0.88 |
| Hex | EC | F0 | D1 | 2 | 0 | D | 6 | 44 | 33 | 58 |
| Octal | 354 | 360 | 321 | 2 | 0 | 15 | 6 | 104 | 63 | 130 |
| Binary | 11101100 | 11110000 | 11010001 | 10 | 0 | 1101 | 110 | 1000100 | 110011 | 1011000 |
Color Harmonies of #ECF0D1
Complementary color
Monochromatic Colors of #ECF0D1
Black with #ECF0D1
Text Example
Text Example
White with #ECF0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF0D1; }
p { color: rgb(236,240,209); }
H1.HeaderClassName
{
color: #ECF0D1;
}
.AnyTagClassName
{
color: #ECF0D1;
}
</style>
background-color css
<style>
a { background-color: #ECF0D1; }
a { background-color: rgb(236,240,209); }
div.DivClassName
{
background-color: #ECF0D1;
}
.BgClassName
{
background-color: #ECF0D1;
}
</style>
border-color css
<style>
span { border-color: #ECF0D1; }
span { border-color: rgb(236,240,209); }
td.TdClassName
{
border-color: #ECF0D1;
}
.TagClassName
{
border-color: #ECF0D1;
}
</style>