#EDE6FD

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

Shades of Magnolia #EDE6FD

Tints of Magnolia #EDE6FD

Color information

#EDE6FD (or 0xEDE6FD) is unknown color: approx Magnolia. HEX triplet: ED, E6 and FD. RGB value is (237,230,253). Sum of RGB (Red+Green+Blue) = 237+230+253=720 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.92% from 720); Green value is 230 (90.23% from 255 or 31.94% from 720); Blue value is 253 (99.22% from 255 or 35.14% from 720); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDE6FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE6FD is #121902. Grayscale: #EAEAEA. Windows color (decimal): -1186051 or 16639725. OLE color: 16639725.

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

Color convert

RGB237230253-
CMYK0.060.0900.01
HSL258.26º85.19%94.71%-
HSV(B)258.26º9.09%99.22%-
XYZ80.9581.69104.43-
YUV234.72138.32129.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.92%
GREEN value IS 230 (90.23% from 255) = 31.94%
BLUE value IS 253 (99.22% from 255) = 35.14%
R=32.92%
G=31.94%
B=35.14%

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
Decimal2372302530.060.0900.01258.2685.1994.71
HexEDE6FD6901102555f
Octal35534637561101402125137
Binary11101101111001101111110111010010110000001010101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE6FD; }

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

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

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

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

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

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

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

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