#EDECFD

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

Shades of Lavender #EDECFD

Tints of Lavender #EDECFD

Color information

#EDECFD (or 0xEDECFD) is unknown color: approx Lavender. HEX triplet: ED, EC and FD. RGB value is (237,236,253). Sum of RGB (Red+Green+Blue) = 237+236+253=726 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.64% from 726); Green value is 236 (92.58% from 255 or 32.51% from 726); Blue value is 253 (99.22% from 255 or 34.85% from 726); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDECFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDECFD is #121302. Grayscale: #EEEEEE. Windows color (decimal): -1184515 or 16641261. OLE color: 16641261.

HSL color Cylindrical-coordinate representation of color #EDECFD: hue angle of 243.53º degrees, saturation: 0.81, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDECFD is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB237236253-
CMYK0.060.0700.01
HSL243.53º80.95%95.88%-
HSV(B)243.53º6.72%99.22%-
XYZ82.6585.09105-
YUV238.24136.33127.12-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.64%
GREEN value IS 236 (92.58% from 255) = 32.51%
BLUE value IS 253 (99.22% from 255) = 34.85%
R=32.64%
G=32.51%
B=34.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372362530.060.0700.01243.5380.9595.88
HexEDECFD6701f45160
Octal3553543756701364121140
Binary111011011110110011111101110111011111010010100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDECFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDECFD; }

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

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

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

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

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

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

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

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