Shades of Rice Flower #E9F0CC
Tints of Rice Flower #E9F0CC
RGB
CMYK
RGB Variations
Color information
#E9F0CC (or 0xE9F0CC) is known color: Rice Flower. HEX triplet: E9, F0 and CC. RGB value is (233,240,204). Sum of RGB (Red+Green+Blue) = 233+240+204=677 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.42% from 677); Green value is 240 (94.14% from 255 or 35.45% from 677); Blue value is 204 (80.08% from 255 or 30.13% from 677); Max value from RGB is 240 - color contains mainly: green. Hex color #E9F0CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9F0CC is #160F33. Grayscale: #E9E9E9. Windows color (decimal): -1445684 or 13431017. OLE color: 13431017.
HSL color Cylindrical-coordinate representation of color #E9F0CC: hue angle of 71.67º degrees, saturation: 0.55, 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 #E9F0CC is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
RGB | 233 | 240 | 204 | - |
CMYK | 0.03 | 0 | 0.15 | 0.06 |
HSL | 71.67º | 0.55% | 0.87% | - |
HSV(B) | 71.67º | 0.15% | 0.94% | - |
XYZ | 75.66 | 84 | 69.35 | - |
YUV | 233.8 | 111.18 | 127.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 240 | 204 | 0.03 | 0 | 0.15 | 0.06 | 71.67 | 0.55 | 0.87 |
Hex | E9 | F0 | CC | 3 | 0 | F | 6 | 48 | 37 | 57 |
Octal | 351 | 360 | 314 | 3 | 0 | 17 | 6 | 110 | 67 | 127 |
Binary | 11101001 | 11110000 | 11001100 | 11 | 0 | 1111 | 110 | 1001000 | 110111 | 1010111 |
Color Harmonies of #E9F0CC
Complementary color
Monochromatic Colors of #E9F0CC
Black with #E9F0CC
Text Example
Text Example
White with #E9F0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F0CC; }
p { color: rgb(233,240,204); }
H1.HeaderClassName
{
color: #E9F0CC;
}
.AnyTagClassName
{
color: #E9F0CC;
}
</style>
background-color css
<style>
a { background-color: #E9F0CC; }
a { background-color: rgb(233,240,204); }
div.DivClassName
{
background-color: #E9F0CC;
}
.BgClassName
{
background-color: #E9F0CC;
}
</style>
border-color css
<style>
span { border-color: #E9F0CC; }
span { border-color: rgb(233,240,204); }
td.TdClassName
{
border-color: #E9F0CC;
}
.TagClassName
{
border-color: #E9F0CC;
}
</style>