#EDE9FC

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

Shades of Lavender #EDE9FC

Tints of Lavender #EDE9FC

Color information

#EDE9FC (or 0xEDE9FC) is unknown color: approx Lavender. HEX triplet: ED, E9 and FC. RGB value is (237,233,252). Sum of RGB (Red+Green+Blue) = 237+233+252=722 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.83% from 722); Green value is 233 (91.41% from 255 or 32.27% from 722); Blue value is 252 (98.83% from 255 or 34.90% from 722); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDE9FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE9FC is #121603. Grayscale: #ECECEC. Windows color (decimal): -1185284 or 16574957. OLE color: 16574957.

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

Color convert

RGB237233252-
CMYK0.060.0800.01
HSL252.63º76%95.1%-
HSV(B)252.63º7.54%98.82%-
XYZ81.6383.31103.87-
YUV236.36136.83128.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.83%
GREEN value IS 233 (91.41% from 255) = 32.27%
BLUE value IS 252 (98.83% from 255) = 34.90%
R=32.83%
G=32.27%
B=34.90%

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
Decimal2372332520.060.0800.01252.637695.1
HexEDE9FC6801fd4c5f
Octal35535137461001375114137
Binary1110110111101001111111001101000011111110110011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE9FC; }

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

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

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

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

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

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

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

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