#EDE4FF

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

Shades of Magnolia #EDE4FF

Tints of Magnolia #EDE4FF

Color information

#EDE4FF (or 0xEDE4FF) is unknown color: approx Magnolia. HEX triplet: ED, E4 and FF. RGB value is (237,228,255). Sum of RGB (Red+Green+Blue) = 237+228+255=720 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.92% from 720); Green value is 228 (89.45% from 255 or 31.67% from 720); Blue value is 255 (100% from 255 or 35.42% from 720); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDE4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE4FF is #121B00. Grayscale: #E9E9E9. Windows color (decimal): -1186561 or 16770285. OLE color: 16770285.

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

Color convert

RGB237228255-
CMYK0.070.1100
HSL260º100%94.71%-
HSV(B)260º10.59%100%-
XYZ80.7280.71105.93-
YUV233.77139.98130.3-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.92%
GREEN value IS 228 (89.45% from 255) = 31.67%
BLUE value IS 255 (100% from 255) = 35.42%
R=32.92%
G=31.67%
B=35.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372282550.070.110026010094.71
HexEDE4FF7B00104645f
Octal35534437771300404144137
Binary11101101111001001111111111110110010000010011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE4FF; }

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

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

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

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

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

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

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

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