#EDE1FC

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

Shades of Magnolia #EDE1FC

Tints of Magnolia #EDE1FC

Color information

#EDE1FC (or 0xEDE1FC) is unknown color: approx Magnolia. HEX triplet: ED, E1 and FC. RGB value is (237,225,252). Sum of RGB (Red+Green+Blue) = 237+225+252=714 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.19% from 714); Green value is 225 (88.28% from 255 or 31.51% from 714); Blue value is 252 (98.83% from 255 or 35.29% from 714); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDE1FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE1FC is #121E03. Grayscale: #E7E7E7. Windows color (decimal): -1187332 or 16572909. OLE color: 16572909.

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

Color convert

RGB237225252-
CMYK0.060.1100.01
HSL266.67º81.82%93.53%-
HSV(B)266.67º10.71%98.82%-
XYZ79.4278.88103.14-
YUV231.67139.48131.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.19%
GREEN value IS 225 (88.28% from 255) = 31.51%
BLUE value IS 252 (98.83% from 255) = 35.29%
R=33.19%
G=31.51%
B=35.29%

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
Decimal2372252520.060.1100.01266.6781.8293.53
HexEDE1FC6B0110b525e
Octal35534137461301413122136
Binary11101101111000011111110011010110110000101110100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE1FC; }

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

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

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

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

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

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

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

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