#EDE2FD

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

Shades of Magnolia #EDE2FD

Tints of Magnolia #EDE2FD

Color information

#EDE2FD (or 0xEDE2FD) is unknown color: approx Magnolia. HEX triplet: ED, E2 and FD. RGB value is (237,226,253). Sum of RGB (Red+Green+Blue) = 237+226+253=716 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.10% from 716); Green value is 226 (88.67% from 255 or 31.56% from 716); Blue value is 253 (99.22% from 255 or 35.34% from 716); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDE2FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE2FD is #121D02. Grayscale: #E8E8E8. Windows color (decimal): -1187075 or 16638701. OLE color: 16638701.

HSL color Cylindrical-coordinate representation of color #EDE2FD: hue angle of 264.44º degrees, saturation: 0.87, 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 #EDE2FD is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB237226253-
CMYK0.060.1100.01
HSL264.44º87.1%93.92%-
HSV(B)264.44º10.67%99.22%-
XYZ79.8579.49104.06-
YUV232.37139.64131.3-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.10%
GREEN value IS 226 (88.67% from 255) = 31.56%
BLUE value IS 253 (99.22% from 255) = 35.34%
R=33.10%
G=31.56%
B=35.34%

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
Decimal2372262530.060.1100.01264.4487.193.92
HexEDE2FD6B01108575e
Octal35534237561301410127136
Binary11101101111000101111110111010110110000100010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE2FD; }

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

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

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

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

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

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

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

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