#EDE6FC

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

Shades of Magnolia #EDE6FC

Tints of Magnolia #EDE6FC

Color information

#EDE6FC (or 0xEDE6FC) is unknown color: approx Magnolia. HEX triplet: ED, E6 and FC. RGB value is (237,230,252). Sum of RGB (Red+Green+Blue) = 237+230+252=719 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.96% from 719); Green value is 230 (90.23% from 255 or 31.99% from 719); Blue value is 252 (98.83% from 255 or 35.05% from 719); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDE6FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE6FC is #121903. Grayscale: #EAEAEA. Windows color (decimal): -1186052 or 16574189. OLE color: 16574189.

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

Color convert

RGB237230252-
CMYK0.060.0900.01
HSL259.09º78.57%94.51%-
HSV(B)259.09º8.73%98.82%-
XYZ80.7981.63103.59-
YUV234.6137.82129.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.96%
GREEN value IS 230 (90.23% from 255) = 31.99%
BLUE value IS 252 (98.83% from 255) = 35.05%
R=32.96%
G=31.99%
B=35.05%

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
Decimal2372302520.060.0900.01259.0978.5794.51
HexEDE6FC69011034f5f
Octal35534637461101403117137
Binary11101101111001101111110011010010110000001110011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE6FC; }

 p { color: rgb(237,230,252); }

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

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

 a { background-color: rgb(237,230,252); }

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

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

 span { border-color: rgb(237,230,252); }

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