#EDE0FF

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

Shades of Magnolia #EDE0FF

Tints of Magnolia #EDE0FF

Color information

#EDE0FF (or 0xEDE0FF) is unknown color: approx Magnolia. HEX triplet: ED, E0 and FF. RGB value is (237,224,255). Sum of RGB (Red+Green+Blue) = 237+224+255=716 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.10% from 716); Green value is 224 (87.89% from 255 or 31.28% from 716); Blue value is 255 (100% from 255 or 35.61% from 716); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDE0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE0FF is #121F00. Grayscale: #E7E7E7. Windows color (decimal): -1187585 or 16769261. OLE color: 16769261.

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

Color convert

RGB237224255-
CMYK0.070.1200
HSL265.16º100%93.92%-
HSV(B)265.16º12.16%100%-
XYZ79.6378.54105.57-
YUV231.42141.31131.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.10%
GREEN value IS 224 (87.89% from 255) = 31.28%
BLUE value IS 255 (100% from 255) = 35.61%
R=33.10%
G=31.28%
B=35.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372242550.070.1200265.1610093.92
HexEDE0FF7C00109645e
Octal35534037771400411144136
Binary11101101111000001111111111111000010000100111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE0FF; }

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

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

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

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

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

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

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

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