#EDEEF4

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

Shades of Lavender #EDEEF4

Tints of Lavender #EDEEF4

Color information

#EDEEF4 (or 0xEDEEF4) is unknown color: approx Lavender. HEX triplet: ED, EE and F4. RGB value is (237,238,244). Sum of RGB (Red+Green+Blue) = 237+238+244=719 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.96% from 719); Green value is 238 (93.36% from 255 or 33.10% from 719); Blue value is 244 (95.70% from 255 or 33.94% from 719); Max value from RGB is 244 - color contains mainly: blue. Hex color #EDEEF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEEF4 is #12110B. Grayscale: #EEEEEE. Windows color (decimal): -1184012 or 16051949. OLE color: 16051949.

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

Color convert

RGB237238244-
CMYK0.030.0200.04
HSL231.43º24.14%94.31%-
HSV(B)231.43º2.87%95.69%-
XYZ81.8385.6997.81-
YUV238.38131.17127.01-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.96%
GREEN value IS 238 (93.36% from 255) = 33.10%
BLUE value IS 244 (95.70% from 255) = 33.94%
R=32.96%
G=33.10%
B=33.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372382440.030.0200.04231.4324.1494.31
HexEDEEF43204e7185e
Octal355356364320434730136
Binary1110110111101110111101001110010011100111110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEEF4; }

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

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

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

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

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

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

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

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