#EDE1FD

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

Shades of Magnolia #EDE1FD

Tints of Magnolia #EDE1FD

Color information

#EDE1FD (or 0xEDE1FD) is unknown color: approx Magnolia. HEX triplet: ED, E1 and FD. RGB value is (237,225,253). Sum of RGB (Red+Green+Blue) = 237+225+253=715 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.15% from 715); Green value is 225 (88.28% from 255 or 31.47% from 715); Blue value is 253 (99.22% from 255 or 35.38% from 715); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDE1FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE1FD is #121E02. Grayscale: #E7E7E7. Windows color (decimal): -1187331 or 16638445. OLE color: 16638445.

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

Color convert

RGB237225253-
CMYK0.060.1100.01
HSL265.71º87.5%93.73%-
HSV(B)265.71º11.07%99.22%-
XYZ79.5878.95103.97-
YUV231.78139.98131.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.15%
GREEN value IS 225 (88.28% from 255) = 31.47%
BLUE value IS 253 (99.22% from 255) = 35.38%
R=33.15%
G=31.47%
B=35.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372252530.060.1100.01265.7187.593.73
HexEDE1FD6B0110a585e
Octal35534137561301412130136
Binary11101101111000011111110111010110110000101010110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE1FD; }

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

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

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

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

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

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

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

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