#EDEDF4

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

Shades of Lavender #EDEDF4

Tints of Lavender #EDEDF4

Color information

#EDEDF4 (or 0xEDEDF4) is unknown color: approx Lavender. HEX triplet: ED, ED and F4. RGB value is (237,237,244). Sum of RGB (Red+Green+Blue) = 237+237+244=718 (95% of max value = 765). Red value is 237 (92.97% from 255 or 33.01% from 718); Green value is 237 (92.97% from 255 or 33.01% from 718); Blue value is 244 (95.70% from 255 or 33.98% from 718); Max value from RGB is 244 - color contains mainly: blue. Hex color #EDEDF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEDF4 is #12120B. Grayscale: #EDEDED. Windows color (decimal): -1184268 or 16051693. OLE color: 16051693.

HSL color Cylindrical-coordinate representation of color #EDEDF4: hue angle of 240º 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 #EDEDF4 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB237237244-
CMYK0.030.0300.04
HSL240º24.14%94.31%-
HSV(B)240º2.87%95.69%-
XYZ81.5485.197.72-
YUV237.8131.5127.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.01%
GREEN value IS 237 (92.97% from 255) = 33.01%
BLUE value IS 244 (95.70% from 255) = 33.98%
R=33.01%
G=33.01%
B=33.98%

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
Decimal2372372440.030.0300.0424024.1494.31
HexEDEDF43304f0185e
Octal355355364330436030136
Binary1110110111101101111101001111010011110000110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEDF4; }

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

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

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

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

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

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

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

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