#EDE2FF

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

Shades of Magnolia #EDE2FF

Tints of Magnolia #EDE2FF

Color information

#EDE2FF (or 0xEDE2FF) is unknown color: approx Magnolia. HEX triplet: ED, E2 and FF. RGB value is (237,226,255). Sum of RGB (Red+Green+Blue) = 237+226+255=718 (95% of max value = 765). Red value is 237 (92.97% from 255 or 33.01% from 718); Green value is 226 (88.67% from 255 or 31.48% from 718); Blue value is 255 (100% from 255 or 35.52% from 718); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDE2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE2FF is #121D00. Grayscale: #E8E8E8. Windows color (decimal): -1187073 or 16769773. OLE color: 16769773.

HSL color Cylindrical-coordinate representation of color #EDE2FF: hue angle of 262.76º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EDE2FF is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB237226255-
CMYK0.070.1100
HSL262.76º100%94.31%-
HSV(B)262.76º11.37%100%-
XYZ80.1779.62105.75-
YUV232.6140.64131.14-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.01%
GREEN value IS 226 (88.67% from 255) = 31.48%
BLUE value IS 255 (100% from 255) = 35.52%
R=33.01%
G=31.48%
B=35.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372262550.070.1100262.7610094.31
HexEDE2FF7B00107645e
Octal35534237771300407144136
Binary11101101111000101111111111110110010000011111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE2FF; }

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

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

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

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

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

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

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

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