#EDE2FB

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

Shades of Magnolia #EDE2FB

Tints of Magnolia #EDE2FB

Color information

#EDE2FB (or 0xEDE2FB) is unknown color: approx Magnolia. HEX triplet: ED, E2 and FB. RGB value is (237,226,251). Sum of RGB (Red+Green+Blue) = 237+226+251=714 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.19% from 714); Green value is 226 (88.67% from 255 or 31.65% from 714); Blue value is 251 (98.44% from 255 or 35.15% from 714); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDE2FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE2FB is #121D04. Grayscale: #E8E8E8. Windows color (decimal): -1187077 or 16507629. OLE color: 16507629.

HSL color Cylindrical-coordinate representation of color #EDE2FB: hue angle of 266.4º degrees, saturation: 0.76, 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 #EDE2FB is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237226251-
CMYK0.060.1000.02
HSL266.4º75.76%93.53%-
HSV(B)266.4º9.96%98.43%-
XYZ79.5379.36102.39-
YUV232.14138.64131.47-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.19%
GREEN value IS 226 (88.67% from 255) = 31.65%
BLUE value IS 251 (98.44% from 255) = 35.15%
R=33.19%
G=31.65%
B=35.15%

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
Decimal2372262510.060.1000.02266.475.7693.53
HexEDE2FB6A0210a4c5e
Octal35534237361202412114136
Binary111011011110001011111011110101001010000101010011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE2FB; }

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

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

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

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

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

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

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

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