#EDE6FA

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

Shades of Magnolia #EDE6FA

Tints of Magnolia #EDE6FA

Color information

#EDE6FA (or 0xEDE6FA) is unknown color: approx Magnolia. HEX triplet: ED, E6 and FA. RGB value is (237,230,250). Sum of RGB (Red+Green+Blue) = 237+230+250=717 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.05% from 717); Green value is 230 (90.23% from 255 or 32.08% from 717); Blue value is 250 (98.05% from 255 or 34.87% from 717); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDE6FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE6FA is #121905. Grayscale: #EAEAEA. Windows color (decimal): -1186054 or 16443117. OLE color: 16443117.

HSL color Cylindrical-coordinate representation of color #EDE6FA: hue angle of 261º degrees, saturation: 0.67, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDE6FA is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237230250-
CMYK0.050.0800.02
HSL261º66.67%94.12%-
HSV(B)261º8%98.04%-
XYZ80.4881.5101.93-
YUV234.37136.82129.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.05%
GREEN value IS 230 (90.23% from 255) = 32.08%
BLUE value IS 250 (98.05% from 255) = 34.87%
R=33.05%
G=32.08%
B=34.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372302500.050.0800.0226166.6794.12
HexEDE6FA5802105435e
Octal35534637251002405103136
Binary111011011110011011111010101100001010000010110000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE6FA; }

 p { color: rgb(237,230,250); }

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

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

 a { background-color: rgb(237,230,250); }

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

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

 span { border-color: rgb(237,230,250); }

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