#EAF3EF

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

Shades of Lily White #EAF3EF

Tints of Lily White #EAF3EF

Color information

#EAF3EF (or 0xEAF3EF) is unknown color: approx Lily White. HEX triplet: EA, F3 and EF. RGB value is (234,243,239). Sum of RGB (Red+Green+Blue) = 234+243+239=716 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.68% from 716); Green value is 243 (95.31% from 255 or 33.94% from 716); Blue value is 239 (93.75% from 255 or 33.38% from 716); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF3EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF3EF is #150C10. Grayscale: #EFEFEF. Windows color (decimal): -1379345 or 15725546. OLE color: 15725546.

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

Color convert

RGB234243239-
CMYK0.0400.020.05
HSL153.33º27.27%93.53%-
HSV(B)153.33º3.7%95.29%-
XYZ81.5687.8394.31-
YUV239.85127.52123.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.68%
GREEN value IS 243 (95.31% from 255) = 33.94%
BLUE value IS 239 (93.75% from 255) = 33.38%
R=32.68%
G=33.94%
B=33.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342432390.0400.020.05153.3327.2793.53
HexEAF3EF4025991b5e
Octal352363357402523133136
Binary11101010111100111110111110001010110011001110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF3EF; }

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

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

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

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

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

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

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

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