#EDE2FA

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

Shades of Magnolia #EDE2FA

Tints of Magnolia #EDE2FA

Color information

#EDE2FA (or 0xEDE2FA) is unknown color: approx Magnolia. HEX triplet: ED, E2 and FA. RGB value is (237,226,250). Sum of RGB (Red+Green+Blue) = 237+226+250=713 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.24% from 713); Green value is 226 (88.67% from 255 or 31.70% from 713); Blue value is 250 (98.05% from 255 or 35.06% from 713); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDE2FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE2FA is #121D05. Grayscale: #E7E7E7. Windows color (decimal): -1187078 or 16442093. OLE color: 16442093.

HSL color Cylindrical-coordinate representation of color #EDE2FA: hue angle of 267.5º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDE2FA is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237226250-
CMYK0.050.1000.02
HSL267.5º70.59%93.33%-
HSV(B)267.5º9.6%98.04%-
XYZ79.3879.3101.57-
YUV232.02138.14131.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.24%
GREEN value IS 226 (88.67% from 255) = 31.70%
BLUE value IS 250 (98.05% from 255) = 35.06%
R=33.24%
G=31.70%
B=35.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372262500.050.1000.02267.570.5993.33
HexEDE2FA5A0210c475d
Octal35534237251202414107135
Binary111011011110001011111010101101001010000110010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE2FA; }

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

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

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

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

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

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

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

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