#EDEEF5

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

Shades of Lavender #EDEEF5

Tints of Lavender #EDEEF5

Color information

#EDEEF5 (or 0xEDEEF5) is unknown color: approx Lavender. HEX triplet: ED, EE and F5. RGB value is (237,238,245). Sum of RGB (Red+Green+Blue) = 237+238+245=720 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.92% from 720); Green value is 238 (93.36% from 255 or 33.06% from 720); Blue value is 245 (96.09% from 255 or 34.03% from 720); Max value from RGB is 245 - color contains mainly: blue. Hex color #EDEEF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEEF5 is #12110A. Grayscale: #EEEEEE. Windows color (decimal): -1184011 or 16117485. OLE color: 16117485.

HSL color Cylindrical-coordinate representation of color #EDEEF5: hue angle of 232.5º degrees, saturation: 0.29, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EDEEF5 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB237238245-
CMYK0.030.0300.04
HSL232.5º28.57%94.51%-
HSV(B)232.5º3.27%96.08%-
XYZ81.9885.7598.62-
YUV238.5131.67126.93-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.92%
GREEN value IS 238 (93.36% from 255) = 33.06%
BLUE value IS 245 (96.09% from 255) = 34.03%
R=32.92%
G=33.06%
B=34.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372382450.030.0300.04232.528.5794.51
HexEDEEF53304e81d5f
Octal355356365330435035137
Binary1110110111101110111101011111010011101000111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEEF5; }

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

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

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

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

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

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

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

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