#EDECF4

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

Shades of Lavender #EDECF4

Tints of Lavender #EDECF4

Color information

#EDECF4 (or 0xEDECF4) is unknown color: approx Lavender. HEX triplet: ED, EC and F4. RGB value is (237,236,244). Sum of RGB (Red+Green+Blue) = 237+236+244=717 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.05% from 717); Green value is 236 (92.58% from 255 or 32.91% from 717); Blue value is 244 (95.70% from 255 or 34.03% from 717); Max value from RGB is 244 - color contains mainly: blue. Hex color #EDECF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDECF4 is #12130B. Grayscale: #EDEDED. Windows color (decimal): -1184524 or 16051437. OLE color: 16051437.

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

Color convert

RGB237236244-
CMYK0.030.0300.04
HSL247.5º26.67%94.12%-
HSV(B)247.5º3.28%95.69%-
XYZ81.2584.5397.62-
YUV237.21131.83127.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.05%
GREEN value IS 236 (92.58% from 255) = 32.91%
BLUE value IS 244 (95.70% from 255) = 34.03%
R=33.05%
G=32.91%
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
Decimal2372362440.030.0300.04247.526.6794.12
HexEDECF43304f81b5e
Octal355354364330437033136
Binary1110110111101100111101001111010011111000110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDECF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDECF4; }

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

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

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

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

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

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

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

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