Shades of Rice Flower #ECF2CD
Tints of Rice Flower #ECF2CD
RGB
CMYK
RGB Variations
Color information
#ECF2CD (or 0xECF2CD) is known color: Rice Flower. HEX triplet: EC, F2 and CD. RGB value is (236,242,205). Sum of RGB (Red+Green+Blue) = 236+242+205=683 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.55% from 683); Green value is 242 (94.92% from 255 or 35.43% from 683); Blue value is 205 (80.47% from 255 or 30.01% from 683); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF2CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF2CD is #130D32. Grayscale: #ECECEC. Windows color (decimal): -1248563 or 13497068. OLE color: 13497068.
HSL color Cylindrical-coordinate representation of color #ECF2CD: hue angle of 69.73º degrees, saturation: 0.59, 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 #ECF2CD is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 205 | - |
| CMYK | 0.02 | 0 | 0.15 | 0.05 |
| HSL | 69.73º | 0.59% | 0.88% | - |
| HSV(B) | 69.73º | 0.15% | 0.95% | - |
| XYZ | 77.36 | 85.74 | 70.23 | - |
| YUV | 235.99 | 110.51 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 205 | 0.02 | 0 | 0.15 | 0.05 | 69.73 | 0.59 | 0.88 |
| Hex | EC | F2 | CD | 2 | 0 | F | 5 | 46 | 3B | 58 |
| Octal | 354 | 362 | 315 | 2 | 0 | 17 | 5 | 106 | 73 | 130 |
| Binary | 11101100 | 11110010 | 11001101 | 10 | 0 | 1111 | 101 | 1000110 | 111011 | 1011000 |
Color Harmonies of #ECF2CD
Complementary color
Monochromatic Colors of #ECF2CD
Black with #ECF2CD
Text Example
Text Example
White with #ECF2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF2CD; }
p { color: rgb(236,242,205); }
H1.HeaderClassName
{
color: #ECF2CD;
}
.AnyTagClassName
{
color: #ECF2CD;
}
</style>
background-color css
<style>
a { background-color: #ECF2CD; }
a { background-color: rgb(236,242,205); }
div.DivClassName
{
background-color: #ECF2CD;
}
.BgClassName
{
background-color: #ECF2CD;
}
</style>
border-color css
<style>
span { border-color: #ECF2CD; }
span { border-color: rgb(236,242,205); }
td.TdClassName
{
border-color: #ECF2CD;
}
.TagClassName
{
border-color: #ECF2CD;
}
</style>