Shades of Rice Flower #ECF1C8
Tints of Rice Flower #ECF1C8
RGB
CMYK
RGB Variations
Color information
#ECF1C8 (or 0xECF1C8) is known color: Rice Flower. HEX triplet: EC, F1 and C8. RGB value is (236,241,200). Sum of RGB (Red+Green+Blue) = 236+241+200=677 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.86% from 677); Green value is 241 (94.53% from 255 or 35.60% from 677); Blue value is 200 (78.52% from 255 or 29.54% from 677); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF1C8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF1C8 is #130E37. Grayscale: #EAEAEA. Windows color (decimal): -1248824 or 13169132. OLE color: 13169132.
HSL color Cylindrical-coordinate representation of color #ECF1C8: hue angle of 67.32º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECF1C8 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 241 | 200 | - |
| CMYK | 0.02 | 0 | 0.17 | 0.05 |
| HSL | 67.32º | 0.59% | 0.86% | - |
| HSV(B) | 67.32º | 0.17% | 0.95% | - |
| XYZ | 76.47 | 84.91 | 67 | - |
| YUV | 234.83 | 108.34 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 241 | 200 | 0.02 | 0 | 0.17 | 0.05 | 67.32 | 0.59 | 0.86 |
| Hex | EC | F1 | C8 | 2 | 0 | 11 | 5 | 43 | 3B | 56 |
| Octal | 354 | 361 | 310 | 2 | 0 | 21 | 5 | 103 | 73 | 126 |
| Binary | 11101100 | 11110001 | 11001000 | 10 | 0 | 10001 | 101 | 1000011 | 111011 | 1010110 |
Color Harmonies of #ECF1C8
Complementary color
Monochromatic Colors of #ECF1C8
Black with #ECF1C8
Text Example
Text Example
White with #ECF1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF1C8; }
p { color: rgb(236,241,200); }
H1.HeaderClassName
{
color: #ECF1C8;
}
.AnyTagClassName
{
color: #ECF1C8;
}
</style>
background-color css
<style>
a { background-color: #ECF1C8; }
a { background-color: rgb(236,241,200); }
div.DivClassName
{
background-color: #ECF1C8;
}
.BgClassName
{
background-color: #ECF1C8;
}
</style>
border-color css
<style>
span { border-color: #ECF1C8; }
span { border-color: rgb(236,241,200); }
td.TdClassName
{
border-color: #ECF1C8;
}
.TagClassName
{
border-color: #ECF1C8;
}
</style>