Shades of Rice Flower #E9F0CD
Tints of Rice Flower #E9F0CD
RGB
CMYK
RGB Variations
Color information
#E9F0CD (or 0xE9F0CD) is known color: Rice Flower. HEX triplet: E9, F0 and CD. RGB value is (233,240,205). Sum of RGB (Red+Green+Blue) = 233+240+205=678 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.37% from 678); Green value is 240 (94.14% from 255 or 35.40% from 678); Blue value is 205 (80.47% from 255 or 30.24% from 678); Max value from RGB is 240 - color contains mainly: green. Hex color #E9F0CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9F0CD is #160F32. Grayscale: #EAEAEA. Windows color (decimal): -1445683 or 13496553. OLE color: 13496553.
HSL color Cylindrical-coordinate representation of color #E9F0CD: hue angle of 72º degrees, saturation: 0.54, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E9F0CD is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
RGB | 233 | 240 | 205 | - |
CMYK | 0.03 | 0 | 0.15 | 0.06 |
HSL | 72º | 0.54% | 0.87% | - |
HSV(B) | 72º | 0.15% | 0.94% | - |
XYZ | 75.78 | 84.05 | 69.99 | - |
YUV | 233.92 | 111.68 | 127.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 240 | 205 | 0.03 | 0 | 0.15 | 0.06 | 72 | 0.54 | 0.87 |
Hex | E9 | F0 | CD | 3 | 0 | F | 6 | 48 | 36 | 57 |
Octal | 351 | 360 | 315 | 3 | 0 | 17 | 6 | 110 | 66 | 127 |
Binary | 11101001 | 11110000 | 11001101 | 11 | 0 | 1111 | 110 | 1001000 | 110110 | 1010111 |
Color Harmonies of #E9F0CD
Complementary color
Monochromatic Colors of #E9F0CD
Black with #E9F0CD
Text Example
Text Example
White with #E9F0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F0CD; }
p { color: rgb(233,240,205); }
H1.HeaderClassName
{
color: #E9F0CD;
}
.AnyTagClassName
{
color: #E9F0CD;
}
</style>
background-color css
<style>
a { background-color: #E9F0CD; }
a { background-color: rgb(233,240,205); }
div.DivClassName
{
background-color: #E9F0CD;
}
.BgClassName
{
background-color: #E9F0CD;
}
</style>
border-color css
<style>
span { border-color: #E9F0CD; }
span { border-color: rgb(233,240,205); }
td.TdClassName
{
border-color: #E9F0CD;
}
.TagClassName
{
border-color: #E9F0CD;
}
</style>