#E6EFEA

Color #E6EFEA Lily White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lily White #E6EFEA

Tints of Lily White #E6EFEA

Color information

#E6EFEA (or 0xE6EFEA) is unknown color: approx Lily White. HEX triplet: E6, EF and EA. RGB value is (230,239,234). Sum of RGB (Red+Green+Blue) = 230+239+234=703 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.72% from 703); Green value is 239 (93.75% from 255 or 34.00% from 703); Blue value is 234 (91.80% from 255 or 33.29% from 703); Max value from RGB is 239 - color contains mainly: green. Hex color #E6EFEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EFEA is #191015. Grayscale: #EBEBEB. Windows color (decimal): -1642518 or 15396838. OLE color: 15396838.

HSL color Cylindrical-coordinate representation of color #E6EFEA: hue angle of 146.67º degrees, saturation: 0.22, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E6EFEA is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB230239234-
CMYK0.0400.020.06
HSL146.67º21.95%91.96%-
HSV(B)146.67º3.77%93.73%-
XYZ78.3584.590.02-
YUV235.74127.02123.91-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.72%
GREEN value IS 239 (93.75% from 255) = 34.00%
BLUE value IS 234 (91.80% from 255) = 33.29%
R=32.72%
G=34.00%
B=33.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2302392340.0400.020.06146.6721.9591.96
HexE6EFEA402693165c
Octal346357352402622326134
Binary11100110111011111110101010001011010010011101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6EFEA; }

 p { color: rgb(230,239,234); }

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

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

 a { background-color: rgb(230,239,234); }

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

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

 span { border-color: rgb(230,239,234); }

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