#EDEAFA

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

Shades of Lavender #EDEAFA

Tints of Lavender #EDEAFA

Color information

#EDEAFA (or 0xEDEAFA) is unknown color: approx Lavender. HEX triplet: ED, EA and FA. RGB value is (237,234,250). Sum of RGB (Red+Green+Blue) = 237+234+250=721 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.87% from 721); Green value is 234 (91.80% from 255 or 32.45% from 721); Blue value is 250 (98.05% from 255 or 34.67% from 721); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDEAFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEAFA is #121505. Grayscale: #ECECEC. Windows color (decimal): -1185030 or 16444141. OLE color: 16444141.

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

Color convert

RGB237234250-
CMYK0.050.0600.02
HSL251.25º61.54%94.9%-
HSV(B)251.25º6.4%98.04%-
XYZ81.683.75102.31-
YUV236.72135.49128.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.87%
GREEN value IS 234 (91.80% from 255) = 32.45%
BLUE value IS 250 (98.05% from 255) = 34.67%
R=32.87%
G=32.45%
B=34.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372342500.050.0600.02251.2561.5494.9
HexEDEAFA5602fb3e5f
Octal355352372560237376137
Binary111011011110101011111010101110010111110111111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEAFA; }

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

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

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

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

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

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

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

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