#EDECF3

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

Shades of Lavender #EDECF3

Tints of Lavender #EDECF3

Color information

#EDECF3 (or 0xEDECF3) is unknown color: approx Lavender. HEX triplet: ED, EC and F3. RGB value is (237,236,243). Sum of RGB (Red+Green+Blue) = 237+236+243=716 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.10% from 716); Green value is 236 (92.58% from 255 or 32.96% from 716); Blue value is 243 (95.31% from 255 or 33.94% from 716); Max value from RGB is 243 - color contains mainly: blue. Hex color #EDECF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDECF3 is #12130C. Grayscale: #EDEDED. Windows color (decimal): -1184525 or 15985901. OLE color: 15985901.

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

Color convert

RGB237236243-
CMYK0.020.0300.05
HSL248.57º22.58%93.92%-
HSV(B)248.57º2.88%95.29%-
XYZ81.184.4796.82-
YUV237.1131.33127.93-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.10%
GREEN value IS 236 (92.58% from 255) = 32.96%
BLUE value IS 243 (95.31% from 255) = 33.94%
R=33.10%
G=32.96%
B=33.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372362430.020.0300.05248.5722.5893.92
HexEDECF32305f9175e
Octal355354363230537127136
Binary1110110111101100111100111011010111111001101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDECF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDECF3; }

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

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

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

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

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

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

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

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