#E8EFCC

Color #E8EFCC Rice Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rice Flower #E8EFCC

Tints of Rice Flower #E8EFCC

Color information

#E8EFCC (or 0xE8EFCC) is unknown color: approx Rice Flower. HEX triplet: E8, EF and CC. RGB value is (232,239,204). Sum of RGB (Red+Green+Blue) = 232+239+204=675 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.37% from 675); Green value is 239 (93.75% from 255 or 35.41% from 675); Blue value is 204 (80.08% from 255 or 30.22% from 675); Max value from RGB is 239 - color contains mainly: green. Hex color #E8EFCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8EFCC is #171033. Grayscale: #E9E9E9. Windows color (decimal): -1511476 or 13430760. OLE color: 13430760.

HSL color Cylindrical-coordinate representation of color #E8EFCC: hue angle of 72º degrees, saturation: 0.52, 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 #E8EFCC is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB232239204-
CMYK0.0300.150.06
HSL72º52.24%86.86%-
HSV(B)72º14.64%93.73%-
XYZ75.0483.2569.24-
YUV232.92111.68127.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 232 (91.02% from 255) = 34.37%
GREEN value IS 239 (93.75% from 255) = 35.41%
BLUE value IS 204 (80.08% from 255) = 30.22%
R=34.37%
G=35.41%
B=30.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2322392040.0300.150.067252.2486.86
HexE8EFCC30F6483457
Octal3503573143017611064127
Binary111010001110111111001100110111111010010001101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8EFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8EFCC; }

 p { color: rgb(232,239,204); }

 H1.HeaderClassName
 {
   color: #E8EFCC;
 }
 .AnyTagClassName
 {
   color: #E8EFCC;
 }
</style>
background-color css

<style>
 a { background-color: #E8EFCC; }

 a { background-color: rgb(232,239,204); }

 div.DivClassName
 {
   background-color: #E8EFCC;
 }
 .BgClassName
 {
   background-color: #E8EFCC;
 }
</style>
border-color css

<style>
 span { border-color: #E8EFCC; }

 span { border-color: rgb(232,239,204); }

 td.TdClassName
 {
   border-color: #E8EFCC;
 }
 .TagClassName
 {
   border-color: #E8EFCC;
 }
</style>