#EDECFF

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

Shades of Lavender #EDECFF

Tints of Lavender #EDECFF

Color information

#EDECFF (or 0xEDECFF) is unknown color: approx Lavender. HEX triplet: ED, EC and FF. RGB value is (237,236,255). Sum of RGB (Red+Green+Blue) = 237+236+255=728 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.55% from 728); Green value is 236 (92.58% from 255 or 32.42% from 728); Blue value is 255 (100% from 255 or 35.03% from 728); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDECFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDECFF is #121300. Grayscale: #EEEEEE. Windows color (decimal): -1184513 or 16772333. OLE color: 16772333.

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

Color convert

RGB237236255-
CMYK0.070.0700
HSL243.16º100%96.27%-
HSV(B)243.16º7.45%100%-
XYZ82.9785.22106.68-
YUV238.46137.33126.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.55%
GREEN value IS 236 (92.58% from 255) = 32.42%
BLUE value IS 255 (100% from 255) = 35.03%
R=32.55%
G=32.42%
B=35.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372362550.070.0700243.1610096.27
HexEDECFF7700f36460
Octal3553543777700363144140
Binary111011011110110011111111111111001111001111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDECFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDECFF; }

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

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

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

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

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

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

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

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