#EDE1FE

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

Shades of Magnolia #EDE1FE

Tints of Magnolia #EDE1FE

Color information

#EDE1FE (or 0xEDE1FE) is unknown color: approx Magnolia. HEX triplet: ED, E1 and FE. RGB value is (237,225,254). Sum of RGB (Red+Green+Blue) = 237+225+254=716 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.10% from 716); Green value is 225 (88.28% from 255 or 31.42% from 716); Blue value is 254 (99.61% from 255 or 35.47% from 716); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDE1FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE1FE is #121E01. Grayscale: #E7E7E7. Windows color (decimal): -1187330 or 16703981. OLE color: 16703981.

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

Color convert

RGB237225254-
CMYK0.070.1100.00
HSL264.83º93.55%93.92%-
HSV(B)264.83º11.42%99.61%-
XYZ79.7479.01104.81-
YUV231.89140.48131.64-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.10%
GREEN value IS 225 (88.28% from 255) = 31.42%
BLUE value IS 254 (99.61% from 255) = 35.47%
R=33.10%
G=31.42%
B=35.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2372252540.070.1100.00264.8393.5593.92
HexEDE1FE7B001095e5e
Octal35534137671300411136136
Binary11101101111000011111111011110110010000100110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE1FE; }

 p { color: rgb(237,225,254); }

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

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

 a { background-color: rgb(237,225,254); }

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

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

 span { border-color: rgb(237,225,254); }

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