#EDE3FA

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

Shades of Magnolia #EDE3FA

Tints of Magnolia #EDE3FA

Color information

#EDE3FA (or 0xEDE3FA) is unknown color: approx Magnolia. HEX triplet: ED, E3 and FA. RGB value is (237,227,250). Sum of RGB (Red+Green+Blue) = 237+227+250=714 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.19% from 714); Green value is 227 (89.06% from 255 or 31.79% from 714); Blue value is 250 (98.05% from 255 or 35.01% from 714); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDE3FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE3FA is #121C05. Grayscale: #E8E8E8. Windows color (decimal): -1186822 or 16442349. OLE color: 16442349.

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

Color convert

RGB237227250-
CMYK0.050.0900.02
HSL266.09º69.7%93.53%-
HSV(B)266.09º9.2%98.04%-
XYZ79.6579.84101.66-
YUV232.61137.81131.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.19%
GREEN value IS 227 (89.06% from 255) = 31.79%
BLUE value IS 250 (98.05% from 255) = 35.01%
R=33.19%
G=31.79%
B=35.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372272500.050.0900.02266.0969.793.53
HexEDE3FA590210a465e
Octal35534337251102412106136
Binary111011011110001111111010101100101010000101010001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE3FA; }

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

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

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

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

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

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

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

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