#EDE8FA

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

Shades of Magnolia #EDE8FA

Tints of Magnolia #EDE8FA

Color information

#EDE8FA (or 0xEDE8FA) is unknown color: approx Magnolia. HEX triplet: ED, E8 and FA. RGB value is (237,232,250). Sum of RGB (Red+Green+Blue) = 237+232+250=719 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.96% from 719); Green value is 232 (91.02% from 255 or 32.27% from 719); Blue value is 250 (98.05% from 255 or 34.77% from 719); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDE8FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE8FA is #121705. Grayscale: #EBEBEB. Windows color (decimal): -1185542 or 16443629. OLE color: 16443629.

HSL color Cylindrical-coordinate representation of color #EDE8FA: hue angle of 256.67º degrees, saturation: 0.64, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDE8FA is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237232250-
CMYK0.050.0700.02
HSL256.67º64.29%94.51%-
HSV(B)256.67º7.2%98.04%-
XYZ81.0482.62102.12-
YUV235.55136.16129.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.96%
GREEN value IS 232 (91.02% from 255) = 32.27%
BLUE value IS 250 (98.05% from 255) = 34.77%
R=32.96%
G=32.27%
B=34.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372322500.050.0700.02256.6764.2994.51
HexEDE8FA5702101405f
Octal3553503725702401100137
Binary11101101111010001111101010111101010000000110000001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE8FA; }

 p { color: rgb(237,232,250); }

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

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

 a { background-color: rgb(237,232,250); }

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

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

 span { border-color: rgb(237,232,250); }

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