Shades of Rice Flower #ECF1CD
Tints of Rice Flower #ECF1CD
RGB
CMYK
RGB Variations
Color information
#ECF1CD (or 0xECF1CD) is known color: Rice Flower. HEX triplet: EC, F1 and CD. RGB value is (236,241,205). Sum of RGB (Red+Green+Blue) = 236+241+205=682 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.60% from 682); Green value is 241 (94.53% from 255 or 35.34% from 682); Blue value is 205 (80.47% from 255 or 30.06% from 682); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF1CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF1CD is #130E32. Grayscale: #EBEBEB. Windows color (decimal): -1248819 or 13496812. OLE color: 13496812.
HSL color Cylindrical-coordinate representation of color #ECF1CD: hue angle of 68.33º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECF1CD is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 241 | 205 | - |
| CMYK | 0.02 | 0 | 0.15 | 0.05 |
| HSL | 68.33º | 0.56% | 0.87% | - |
| HSV(B) | 68.33º | 0.15% | 0.95% | - |
| XYZ | 77.07 | 85.15 | 70.13 | - |
| YUV | 235.4 | 110.84 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 241 | 205 | 0.02 | 0 | 0.15 | 0.05 | 68.33 | 0.56 | 0.87 |
| Hex | EC | F1 | CD | 2 | 0 | F | 5 | 44 | 38 | 57 |
| Octal | 354 | 361 | 315 | 2 | 0 | 17 | 5 | 104 | 70 | 127 |
| Binary | 11101100 | 11110001 | 11001101 | 10 | 0 | 1111 | 101 | 1000100 | 111000 | 1010111 |
Color Harmonies of #ECF1CD
Complementary color
Monochromatic Colors of #ECF1CD
Black with #ECF1CD
Text Example
Text Example
White with #ECF1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF1CD; }
p { color: rgb(236,241,205); }
H1.HeaderClassName
{
color: #ECF1CD;
}
.AnyTagClassName
{
color: #ECF1CD;
}
</style>
background-color css
<style>
a { background-color: #ECF1CD; }
a { background-color: rgb(236,241,205); }
div.DivClassName
{
background-color: #ECF1CD;
}
.BgClassName
{
background-color: #ECF1CD;
}
</style>
border-color css
<style>
span { border-color: #ECF1CD; }
span { border-color: rgb(236,241,205); }
td.TdClassName
{
border-color: #ECF1CD;
}
.TagClassName
{
border-color: #ECF1CD;
}
</style>