#EDEEFA

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

Shades of Lavender #EDEEFA

Tints of Lavender #EDEEFA

Color information

#EDEEFA (or 0xEDEEFA) is unknown color: approx Lavender. HEX triplet: ED, EE and FA. RGB value is (237,238,250). Sum of RGB (Red+Green+Blue) = 237+238+250=725 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.69% from 725); Green value is 238 (93.36% from 255 or 32.83% from 725); Blue value is 250 (98.05% from 255 or 34.48% from 725); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDEEFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEEFA is #121105. Grayscale: #EFEFEF. Windows color (decimal): -1184006 or 16445165. OLE color: 16445165.

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

Color convert

RGB237238250-
CMYK0.050.0500.02
HSL235.38º56.52%95.49%-
HSV(B)235.38º5.2%98.04%-
XYZ82.7586.06102.69-
YUV239.07134.17126.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.69%
GREEN value IS 238 (93.36% from 255) = 32.83%
BLUE value IS 250 (98.05% from 255) = 34.48%
R=32.69%
G=32.83%
B=34.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372382500.050.0500.02235.3856.5295.49
HexEDEEFA5502eb395f
Octal355356372550235371137
Binary111011011110111011111010101101010111010111110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEEFA; }

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

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

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

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

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

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

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

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