#EDE2FE

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

Shades of Magnolia #EDE2FE

Tints of Magnolia #EDE2FE

Color information

#EDE2FE (or 0xEDE2FE) is unknown color: approx Magnolia. HEX triplet: ED, E2 and FE. RGB value is (237,226,254). Sum of RGB (Red+Green+Blue) = 237+226+254=717 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.05% from 717); Green value is 226 (88.67% from 255 or 31.52% from 717); Blue value is 254 (99.61% from 255 or 35.43% from 717); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDE2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE2FE is #121D01. Grayscale: #E8E8E8. Windows color (decimal): -1187074 or 16704237. OLE color: 16704237.

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

Color convert

RGB237226254-
CMYK0.070.1100.00
HSL263.57º93.33%94.12%-
HSV(B)263.57º11.02%99.61%-
XYZ80.0179.55104.9-
YUV232.48140.14131.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.05%
GREEN value IS 226 (88.67% from 255) = 31.52%
BLUE value IS 254 (99.61% from 255) = 35.43%
R=33.05%
G=31.52%
B=35.43%

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
Decimal2372262540.070.1100.00263.5793.3394.12
HexEDE2FE7B001085d5e
Octal35534237671300410135136
Binary11101101111000101111111011110110010000100010111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE2FE; }

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

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

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

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

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

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

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

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