Shades of Rice Flower #ECF3D8
Tints of Rice Flower #ECF3D8
RGB
CMYK
RGB Variations
Color information
#ECF3D8 (or 0xECF3D8) is known color: Rice Flower. HEX triplet: EC, F3 and D8. RGB value is (236,243,216). Sum of RGB (Red+Green+Blue) = 236+243+216=695 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.96% from 695); Green value is 243 (95.31% from 255 or 34.96% from 695); Blue value is 216 (84.77% from 255 or 31.08% from 695); Max value from RGB is 243 - color contains mainly: green. Hex color #ECF3D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF3D8 is #130C27. Grayscale: #EDEDED. Windows color (decimal): -1248296 or 14218220. OLE color: 14218220.
HSL color Cylindrical-coordinate representation of color #ECF3D8: hue angle of 75.56º degrees, saturation: 0.53, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECF3D8 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 243 | 216 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.05 |
| HSL | 75.56º | 0.53% | 0.9% | - |
| HSV(B) | 75.56º | 0.11% | 0.95% | - |
| XYZ | 79.04 | 86.89 | 77.57 | - |
| YUV | 237.83 | 115.68 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 243 | 216 | 0.03 | 0 | 0.11 | 0.05 | 75.56 | 0.53 | 0.9 |
| Hex | EC | F3 | D8 | 3 | 0 | B | 5 | 4C | 35 | 5A |
| Octal | 354 | 363 | 330 | 3 | 0 | 13 | 5 | 114 | 65 | 132 |
| Binary | 11101100 | 11110011 | 11011000 | 11 | 0 | 1011 | 101 | 1001100 | 110101 | 1011010 |
Color Harmonies of #ECF3D8
Complementary color
Monochromatic Colors of #ECF3D8
Black with #ECF3D8
Text Example
Text Example
White with #ECF3D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF3D8; }
p { color: rgb(236,243,216); }
H1.HeaderClassName
{
color: #ECF3D8;
}
.AnyTagClassName
{
color: #ECF3D8;
}
</style>
background-color css
<style>
a { background-color: #ECF3D8; }
a { background-color: rgb(236,243,216); }
div.DivClassName
{
background-color: #ECF3D8;
}
.BgClassName
{
background-color: #ECF3D8;
}
</style>
border-color css
<style>
span { border-color: #ECF3D8; }
span { border-color: rgb(236,243,216); }
td.TdClassName
{
border-color: #ECF3D8;
}
.TagClassName
{
border-color: #ECF3D8;
}
</style>