Shades of Rice Flower #ECF2DA
Tints of Rice Flower #ECF2DA
RGB
CMYK
RGB Variations
Color information
#ECF2DA (or 0xECF2DA) is known color: Rice Flower. HEX triplet: EC, F2 and DA. RGB value is (236,242,218). Sum of RGB (Red+Green+Blue) = 236+242+218=696 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.91% from 696); Green value is 242 (94.92% from 255 or 34.77% from 696); Blue value is 218 (85.55% from 255 or 31.32% from 696); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF2DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF2DA is #130D25. Grayscale: #EDEDED. Windows color (decimal): -1248550 or 14349036. OLE color: 14349036.
HSL color Cylindrical-coordinate representation of color #ECF2DA: hue angle of 75º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ECF2DA is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
RGB | 236 | 242 | 218 | - |
CMYK | 0.02 | 0 | 0.10 | 0.05 |
HSL | 75º | 0.48% | 0.9% | - |
HSV(B) | 75º | 0.1% | 0.95% | - |
XYZ | 79 | 86.4 | 78.84 | - |
YUV | 237.47 | 117.01 | 126.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 242 | 218 | 0.02 | 0 | 0.10 | 0.05 | 75 | 0.48 | 0.9 |
Hex | EC | F2 | DA | 2 | 0 | A | 5 | 4B | 30 | 5A |
Octal | 354 | 362 | 332 | 2 | 0 | 12 | 5 | 113 | 60 | 132 |
Binary | 11101100 | 11110010 | 11011010 | 10 | 0 | 1010 | 101 | 1001011 | 110000 | 1011010 |
Color Harmonies of #ECF2DA
Complementary color
Monochromatic Colors of #ECF2DA
Black with #ECF2DA
Text Example
Text Example
White with #ECF2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF2DA; }
p { color: rgb(236,242,218); }
H1.HeaderClassName
{
color: #ECF2DA;
}
.AnyTagClassName
{
color: #ECF2DA;
}
</style>
background-color css
<style>
a { background-color: #ECF2DA; }
a { background-color: rgb(236,242,218); }
div.DivClassName
{
background-color: #ECF2DA;
}
.BgClassName
{
background-color: #ECF2DA;
}
</style>
border-color css
<style>
span { border-color: #ECF2DA; }
span { border-color: rgb(236,242,218); }
td.TdClassName
{
border-color: #ECF2DA;
}
.TagClassName
{
border-color: #ECF2DA;
}
</style>