Html Css Color HEX #EAF0ED Lily White

📋 copy color: '#EAF0ED'

red 234 ◦ green 240 ◦ blue 237

#EAF0ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lily White #EAF0ED

Tints of Lily White #EAF0ED

RGB

 RED value IS 234 (91.8% from 255) = 32.91%

 GREEN value IS 240 (94.14% from 255) = 33.76%

 BLUE value IS 237 (92.97% from 255) = 33.33%

R = 32.91%
G = 33.76%
B = 33.33%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EAF0ED (or 0xEAF0ED) is known color: Lily White. HEX triplet: EA, F0 and ED. RGB value is (234,240,237). Sum of RGB (Red+Green+Blue) = 234+240+237=711 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.91% from 711); Green value is 240 (94.14% from 255 or 33.76% from 711); Blue value is 237 (92.97% from 255 or 33.33% from 711); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF0ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF0ED is #150F12. Grayscale: #EDEDED. Windows color (decimal): -1380115 or 15593706. OLE color: 15593706.

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

Color convert

RGB 234 240 237 -
CMYK 0.02 0 0.01 0.06
HSL 150º 0.17% 0.93% -
HSV(B) 150º 0.02% 0.94% -
XYZ 80.38 85.93 92.47 -
YUV 237.86 127.51 125.24 -
System Red Green Blue C M Y K H S L
Decimal 234 240 237 0.02 0 0.01 0.06 150 0.17 0.93
Hex EA F0 ED 2 0 1 6 96 11 5D
Octal 352 360 355 2 0 1 6 226 21 135
Binary 11101010 11110000 11101101 10 0 1 110 10010110 10001 1011101

Color Harmonies of #EAF0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF0ED

Black with #EAF0ED

Text Example


Text Example

White with #EAF0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF0ED; }

 p { color: rgb(234,240,237); }

 H1.HeaderClassName
 {
   color: #EAF0ED;
 }
 .AnyTagClassName
 {
   color: #EAF0ED;
 }
</style>

background-color css

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

 a { background-color: rgb(234,240,237); }

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

border-color css

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

 span { border-color: rgb(234,240,237); }

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