#E8EFCF

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

Shades of Rice Flower #E8EFCF

Tints of Rice Flower #E8EFCF

Color information

#E8EFCF (or 0xE8EFCF) is unknown color: approx Rice Flower. HEX triplet: E8, EF and CF. RGB value is (232,239,207). Sum of RGB (Red+Green+Blue) = 232+239+207=678 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.22% from 678); Green value is 239 (93.75% from 255 or 35.25% from 678); Blue value is 207 (81.25% from 255 or 30.53% from 678); Max value from RGB is 239 - color contains mainly: green. Hex color #E8EFCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8EFCF is #171030. Grayscale: #E9E9E9. Windows color (decimal): -1511473 or 13627368. OLE color: 13627368.

HSL color Cylindrical-coordinate representation of color #E8EFCF: hue angle of 73.12º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E8EFCF is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB232239207-
CMYK0.0300.130.06
HSL73.12º50%87.45%-
HSV(B)73.12º13.39%93.73%-
XYZ75.4183.3971.15-
YUV233.26113.18127.1-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.22%
GREEN value IS 239 (93.75% from 255) = 35.25%
BLUE value IS 207 (81.25% from 255) = 30.53%
R=34.22%
G=35.25%
B=30.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2322392070.0300.130.0673.125087.45
HexE8EFCF30D6493257
Octal3503573173015611162127
Binary111010001110111111001111110110111010010011100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8EFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8EFCF; }

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

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

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

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

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

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

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

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