#EDE3FB

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

Shades of Magnolia #EDE3FB

Tints of Magnolia #EDE3FB

Color information

#EDE3FB (or 0xEDE3FB) is unknown color: approx Magnolia. HEX triplet: ED, E3 and FB. RGB value is (237,227,251). Sum of RGB (Red+Green+Blue) = 237+227+251=715 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.15% from 715); Green value is 227 (89.06% from 255 or 31.75% from 715); Blue value is 251 (98.44% from 255 or 35.10% from 715); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDE3FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE3FB is #121C04. Grayscale: #E8E8E8. Windows color (decimal): -1186821 or 16507885. OLE color: 16507885.

HSL color Cylindrical-coordinate representation of color #EDE3FB: hue angle of 265º degrees, saturation: 0.75, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDE3FB is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237227251-
CMYK0.060.1000.02
HSL265º75%93.73%-
HSV(B)265º9.56%98.43%-
XYZ79.8179.91102.48-
YUV232.73138.31131.05-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.15%
GREEN value IS 227 (89.06% from 255) = 31.75%
BLUE value IS 251 (98.44% from 255) = 35.10%
R=33.15%
G=31.75%
B=35.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372272510.060.1000.022657593.73
HexEDE3FB6A021094b5e
Octal35534337361202411113136
Binary111011011110001111111011110101001010000100110010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE3FB; }

 p { color: rgb(237,227,251); }

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

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

 a { background-color: rgb(237,227,251); }

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

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

 span { border-color: rgb(237,227,251); }

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