#EDE8FB

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

Shades of Magnolia #EDE8FB

Tints of Magnolia #EDE8FB

Color information

#EDE8FB (or 0xEDE8FB) is unknown color: approx Magnolia. HEX triplet: ED, E8 and FB. RGB value is (237,232,251). Sum of RGB (Red+Green+Blue) = 237+232+251=720 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.92% from 720); Green value is 232 (91.02% from 255 or 32.22% from 720); Blue value is 251 (98.44% from 255 or 34.86% from 720); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDE8FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE8FB is #121704. Grayscale: #EBEBEB. Windows color (decimal): -1185541 or 16509165. OLE color: 16509165.

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

Color convert

RGB237232251-
CMYK0.060.0800.02
HSL255.79º70.37%94.71%-
HSV(B)255.79º7.57%98.43%-
XYZ81.1982.68102.95-
YUV235.66136.66128.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.92%
GREEN value IS 232 (91.02% from 255) = 32.22%
BLUE value IS 251 (98.44% from 255) = 34.86%
R=32.92%
G=32.22%
B=34.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372322510.060.0800.02255.7970.3794.71
HexEDE8FB6802100465f
Octal35535037361002400106137
Binary111011011110100011111011110100001010000000010001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE8FB; }

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

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

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

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

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

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

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

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