Shades of Rice Flower #ECF0CF
Tints of Rice Flower #ECF0CF
RGB
CMYK
RGB Variations
Color information
#ECF0CF (or 0xECF0CF) is known color: Rice Flower. HEX triplet: EC, F0 and CF. RGB value is (236,240,207). Sum of RGB (Red+Green+Blue) = 236+240+207=683 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.55% from 683); Green value is 240 (94.14% from 255 or 35.14% from 683); Blue value is 207 (81.25% from 255 or 30.31% from 683); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF0CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF0CF is #130F30. Grayscale: #EBEBEB. Windows color (decimal): -1249073 or 13627628. OLE color: 13627628.
HSL color Cylindrical-coordinate representation of color #ECF0CF: hue angle of 67.27º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECF0CF is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
RGB | 236 | 240 | 207 | - |
CMYK | 0.02 | 0 | 0.14 | 0.06 |
HSL | 67.27º | 0.52% | 0.88% | - |
HSV(B) | 67.27º | 0.14% | 0.94% | - |
XYZ | 77.01 | 84.66 | 71.31 | - |
YUV | 235.04 | 112.17 | 128.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 240 | 207 | 0.02 | 0 | 0.14 | 0.06 | 67.27 | 0.52 | 0.88 |
Hex | EC | F0 | CF | 2 | 0 | E | 6 | 43 | 34 | 58 |
Octal | 354 | 360 | 317 | 2 | 0 | 16 | 6 | 103 | 64 | 130 |
Binary | 11101100 | 11110000 | 11001111 | 10 | 0 | 1110 | 110 | 1000011 | 110100 | 1011000 |
Color Harmonies of #ECF0CF
Complementary color
Monochromatic Colors of #ECF0CF
Black with #ECF0CF
Text Example
Text Example
White with #ECF0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF0CF; }
p { color: rgb(236,240,207); }
H1.HeaderClassName
{
color: #ECF0CF;
}
.AnyTagClassName
{
color: #ECF0CF;
}
</style>
background-color css
<style>
a { background-color: #ECF0CF; }
a { background-color: rgb(236,240,207); }
div.DivClassName
{
background-color: #ECF0CF;
}
.BgClassName
{
background-color: #ECF0CF;
}
</style>
border-color css
<style>
span { border-color: #ECF0CF; }
span { border-color: rgb(236,240,207); }
td.TdClassName
{
border-color: #ECF0CF;
}
.TagClassName
{
border-color: #ECF0CF;
}
</style>