#EDE9FD

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

Shades of Lavender #EDE9FD

Tints of Lavender #EDE9FD

Color information

#EDE9FD (or 0xEDE9FD) is unknown color: approx Lavender. HEX triplet: ED, E9 and FD. RGB value is (237,233,253). Sum of RGB (Red+Green+Blue) = 237+233+253=723 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.78% from 723); Green value is 233 (91.41% from 255 or 32.23% from 723); Blue value is 253 (99.22% from 255 or 34.99% from 723); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDE9FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE9FD is #121602. Grayscale: #ECECEC. Windows color (decimal): -1185283 or 16640493. OLE color: 16640493.

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

Color convert

RGB237233253-
CMYK0.060.0800.01
HSL252º83.33%95.29%-
HSV(B)252º7.91%99.22%-
XYZ81.7983.37104.71-
YUV236.48137.33128.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.78%
GREEN value IS 233 (91.41% from 255) = 32.23%
BLUE value IS 253 (99.22% from 255) = 34.99%
R=32.78%
G=32.23%
B=34.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372332530.060.0800.0125283.3395.29
HexEDE9FD6801fc535f
Octal35535137561001374123137
Binary1110110111101001111111011101000011111110010100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE9FD; }

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

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

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

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

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

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

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

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