#EDE8FD

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

Shades of Magnolia #EDE8FD

Tints of Magnolia #EDE8FD

Color information

#EDE8FD (or 0xEDE8FD) is unknown color: approx Magnolia. HEX triplet: ED, E8 and FD. RGB value is (237,232,253). Sum of RGB (Red+Green+Blue) = 237+232+253=722 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.83% from 722); Green value is 232 (91.02% from 255 or 32.13% from 722); Blue value is 253 (99.22% from 255 or 35.04% from 722); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDE8FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE8FD is #121702. Grayscale: #EBEBEB. Windows color (decimal): -1185539 or 16640237. OLE color: 16640237.

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

Color convert

RGB237232253-
CMYK0.060.0800.01
HSL254.29º84%95.1%-
HSV(B)254.29º8.3%99.22%-
XYZ81.5182.81104.62-
YUV235.89137.66128.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.83%
GREEN value IS 232 (91.02% from 255) = 32.13%
BLUE value IS 253 (99.22% from 255) = 35.04%
R=32.83%
G=32.13%
B=35.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372322530.060.0800.01254.298495.1
HexEDE8FD6801fe545f
Octal35535037561001376124137
Binary1110110111101000111111011101000011111111010101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE8FD; }

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

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

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

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

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

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

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

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