#EDEFEE

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

Shades of Lily White #EDEFEE

Tints of Lily White #EDEFEE

Color information

#EDEFEE (or 0xEDEFEE) is unknown color: approx Lily White. HEX triplet: ED, EF and EE. RGB value is (237,239,238). Sum of RGB (Red+Green+Blue) = 237+239+238=714 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.19% from 714); Green value is 239 (93.75% from 255 or 33.47% from 714); Blue value is 238 (93.36% from 255 or 33.33% from 714); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEFEE is #121011. Grayscale: #EEEEEE. Windows color (decimal): -1183762 or 15658989. OLE color: 15658989.

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

Color convert

RGB237239238-
CMYK0.0100.000.06
HSL150º5.88%93.33%-
HSV(B)150º0.84%93.73%-
XYZ81.2285.9193.19-
YUV238.29127.84127.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.19%
GREEN value IS 239 (93.75% from 255) = 33.47%
BLUE value IS 238 (93.36% from 255) = 33.33%
R=33.19%
G=33.47%
B=33.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372392380.0100.000.061505.8893.33
HexEDEFEE10069665d
Octal35535735610062266135
Binary111011011110111111101110100110100101101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEFEE; }

 p { color: rgb(237,239,238); }

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

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

 a { background-color: rgb(237,239,238); }

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

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

 span { border-color: rgb(237,239,238); }

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