#EDE7FF

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

Shades of Magnolia #EDE7FF

Tints of Magnolia #EDE7FF

Color information

#EDE7FF (or 0xEDE7FF) is unknown color: approx Magnolia. HEX triplet: ED, E7 and FF. RGB value is (237,231,255). Sum of RGB (Red+Green+Blue) = 237+231+255=723 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.78% from 723); Green value is 231 (90.62% from 255 or 31.95% from 723); Blue value is 255 (100% from 255 or 35.27% from 723); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDE7FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE7FF is #121800. Grayscale: #EBEBEB. Windows color (decimal): -1185793 or 16771053. OLE color: 16771053.

HSL color Cylindrical-coordinate representation of color #EDE7FF: hue angle of 255º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDE7FF is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB237231255-
CMYK0.070.0900
HSL255º100%95.29%-
HSV(B)255º9.41%100%-
XYZ81.5582.38106.21-
YUV235.53138.99129.05-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.78%
GREEN value IS 231 (90.62% from 255) = 31.95%
BLUE value IS 255 (100% from 255) = 35.27%
R=32.78%
G=31.95%
B=35.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372312550.070.090025510095.29
HexEDE7FF7900ff645f
Octal35534737771100377144137
Binary1110110111100111111111111111001001111111111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE7FF; }

 p { color: rgb(237,231,255); }

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

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

 a { background-color: rgb(237,231,255); }

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

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

 span { border-color: rgb(237,231,255); }

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