Shades of Rice Flower #ECF2C7
Tints of Rice Flower #ECF2C7
RGB
CMYK
RGB Variations
Color information
#ECF2C7 (or 0xECF2C7) is known color: Rice Flower. HEX triplet: EC, F2 and C7. RGB value is (236,242,199). Sum of RGB (Red+Green+Blue) = 236+242+199=677 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.86% from 677); Green value is 242 (94.92% from 255 or 35.75% from 677); Blue value is 199 (78.12% from 255 or 29.39% from 677); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF2C7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF2C7 is #130D38. Grayscale: #EBEBEB. Windows color (decimal): -1248569 or 13103852. OLE color: 13103852.
HSL color Cylindrical-coordinate representation of color #ECF2C7: hue angle of 68.37º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECF2C7 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 199 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.05 |
| HSL | 68.37º | 0.62% | 0.86% | - |
| HSV(B) | 68.37º | 0.18% | 0.95% | - |
| XYZ | 76.65 | 85.46 | 66.49 | - |
| YUV | 235.3 | 107.51 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 199 | 0.02 | 0 | 0.18 | 0.05 | 68.37 | 0.62 | 0.86 |
| Hex | EC | F2 | C7 | 2 | 0 | 12 | 5 | 44 | 3E | 56 |
| Octal | 354 | 362 | 307 | 2 | 0 | 22 | 5 | 104 | 76 | 126 |
| Binary | 11101100 | 11110010 | 11000111 | 10 | 0 | 10010 | 101 | 1000100 | 111110 | 1010110 |
Color Harmonies of #ECF2C7
Complementary color
Monochromatic Colors of #ECF2C7
Black with #ECF2C7
Text Example
Text Example
White with #ECF2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF2C7; }
p { color: rgb(236,242,199); }
H1.HeaderClassName
{
color: #ECF2C7;
}
.AnyTagClassName
{
color: #ECF2C7;
}
</style>
background-color css
<style>
a { background-color: #ECF2C7; }
a { background-color: rgb(236,242,199); }
div.DivClassName
{
background-color: #ECF2C7;
}
.BgClassName
{
background-color: #ECF2C7;
}
</style>
border-color css
<style>
span { border-color: #ECF2C7; }
span { border-color: rgb(236,242,199); }
td.TdClassName
{
border-color: #ECF2C7;
}
.TagClassName
{
border-color: #ECF2C7;
}
</style>