#EDE7FD

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

Shades of Magnolia #EDE7FD

Tints of Magnolia #EDE7FD

Color information

#EDE7FD (or 0xEDE7FD) is unknown color: approx Magnolia. HEX triplet: ED, E7 and FD. RGB value is (237,231,253). Sum of RGB (Red+Green+Blue) = 237+231+253=721 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.87% from 721); Green value is 231 (90.62% from 255 or 32.04% from 721); Blue value is 253 (99.22% from 255 or 35.09% from 721); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDE7FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE7FD is #121802. Grayscale: #EBEBEB. Windows color (decimal): -1185795 or 16639981. OLE color: 16639981.

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

Color convert

RGB237231253-
CMYK0.060.0900.01
HSL256.36º84.62%94.9%-
HSV(B)256.36º8.7%99.22%-
XYZ81.2382.25104.52-
YUV235.3137.99129.21-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.87%
GREEN value IS 231 (90.62% from 255) = 32.04%
BLUE value IS 253 (99.22% from 255) = 35.09%
R=32.87%
G=32.04%
B=35.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372312530.060.0900.01256.3684.6294.9
HexEDE7FD6901100555f
Octal35534737561101400125137
Binary11101101111001111111110111010010110000000010101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE7FD; }

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

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

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

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

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

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

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

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