#EDE0FD

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

Shades of Magnolia #EDE0FD

Tints of Magnolia #EDE0FD

Color information

#EDE0FD (or 0xEDE0FD) is unknown color: approx Magnolia. HEX triplet: ED, E0 and FD. RGB value is (237,224,253). Sum of RGB (Red+Green+Blue) = 237+224+253=714 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.19% from 714); Green value is 224 (87.89% from 255 or 31.37% from 714); Blue value is 253 (99.22% from 255 or 35.43% from 714); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDE0FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE0FD is #121F02. Grayscale: #E7E7E7. Windows color (decimal): -1187587 or 16638189. OLE color: 16638189.

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

Color convert

RGB237224253-
CMYK0.060.1100.01
HSL266.9º87.88%93.53%-
HSV(B)266.9º11.46%99.22%-
XYZ79.3178.41103.88-
YUV231.19140.31132.14-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.19%
GREEN value IS 224 (87.89% from 255) = 31.37%
BLUE value IS 253 (99.22% from 255) = 35.43%
R=33.19%
G=31.37%
B=35.43%

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
Decimal2372242530.060.1100.01266.987.8893.53
HexEDE0FD6B0110b585e
Octal35534037561301413130136
Binary11101101111000001111110111010110110000101110110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE0FD; }

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

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

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

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

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

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

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

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