#ECEDFD

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

Shades of Lavender #ECEDFD

Tints of Lavender #ECEDFD

Color information

#ECEDFD (or 0xECEDFD) is unknown color: approx Lavender. HEX triplet: EC, ED and FD. RGB value is (236,237,253). Sum of RGB (Red+Green+Blue) = 236+237+253=726 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.51% from 726); Green value is 237 (92.97% from 255 or 32.64% 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 #ECEDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEDFD is #131202. Grayscale: #EEEEEE. Windows color (decimal): -1249795 or 16641516. OLE color: 16641516.

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

Color convert

RGB236237253-
CMYK0.070.0600.01
HSL236.47º80.95%95.88%-
HSV(B)236.47º6.72%99.22%-
XYZ82.6185.49105.08-
YUV238.52136.17126.2-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362372530.070.0600.01236.4780.9595.88
HexECEDFD7601ec5160
Octal3543553757601354121140
Binary111011001110110111111101111110011110110010100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEDFD; }

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

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

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

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

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

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

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

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