#EDE0FB

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

Shades of Magnolia #EDE0FB

Tints of Magnolia #EDE0FB

Color information

#EDE0FB (or 0xEDE0FB) is unknown color: approx Magnolia. HEX triplet: ED, E0 and FB. RGB value is (237,224,251). Sum of RGB (Red+Green+Blue) = 237+224+251=712 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.29% from 712); Green value is 224 (87.89% from 255 or 31.46% from 712); Blue value is 251 (98.44% from 255 or 35.25% from 712); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDE0FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE0FB is #121F04. Grayscale: #E6E6E6. Windows color (decimal): -1187589 or 16507117. OLE color: 16507117.

HSL color Cylindrical-coordinate representation of color #EDE0FB: hue angle of 268.89º degrees, saturation: 0.77, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EDE0FB is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237224251-
CMYK0.060.1100.02
HSL268.89º77.14%93.14%-
HSV(B)268.89º10.76%98.43%-
XYZ78.9978.28102.21-
YUV230.96139.31132.3-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.29%
GREEN value IS 224 (87.89% from 255) = 31.46%
BLUE value IS 251 (98.44% from 255) = 35.25%
R=33.29%
G=31.46%
B=35.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372242510.060.1100.02268.8977.1493.14
HexEDE0FB6B0210d4d5d
Octal35534037361302415115135
Binary111011011110000011111011110101101010000110110011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE0FB; }

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

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

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

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

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

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

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

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