#ECEDFF

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

Shades of Lavender #ECEDFF

Tints of Lavender #ECEDFF

Color information

#ECEDFF (or 0xECEDFF) is unknown color: approx Lavender. HEX triplet: EC, ED and FF. RGB value is (236,237,255). Sum of RGB (Red+Green+Blue) = 236+237+255=728 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.42% from 728); Green value is 237 (92.97% from 255 or 32.55% 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 #ECEDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEDFF is #131200. Grayscale: #EEEEEE. Windows color (decimal): -1249793 or 16772588. OLE color: 16772588.

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

Color convert

RGB236237255-
CMYK0.070.0700
HSL236.84º100%96.27%-
HSV(B)236.84º7.45%100%-
XYZ82.9385.62106.76-
YUV238.75137.17126.04-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.42%
GREEN value IS 237 (92.97% from 255) = 32.55%
BLUE value IS 255 (100% from 255) = 35.03%
R=32.42%
G=32.55%
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
Decimal2362372550.070.0700236.8410096.27
HexECEDFF7700ed6460
Octal3543553777700355144140
Binary111011001110110111111111111111001110110111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEDFF; }

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

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

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

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

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

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

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

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