#EADDFB

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

Shades of Magnolia #EADDFB

Tints of Magnolia #EADDFB

Color information

#EADDFB (or 0xEADDFB) is unknown color: approx Magnolia. HEX triplet: EA, DD and FB. RGB value is (234,221,251). Sum of RGB (Red+Green+Blue) = 234+221+251=706 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.14% from 706); Green value is 221 (86.72% from 255 or 31.30% from 706); Blue value is 251 (98.44% from 255 or 35.55% from 706); Max value from RGB is 251 - color contains mainly: blue. Hex color #EADDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADDFB is #152204. Grayscale: #E4E4E4. Windows color (decimal): -1384965 or 16506346. OLE color: 16506346.

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

Color convert

RGB234221251-
CMYK0.070.1200.02
HSL266º78.95%92.55%-
HSV(B)266º11.95%98.43%-
XYZ77.276.17101.9-
YUV228.31140.81132.06-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.14%
GREEN value IS 221 (86.72% from 255) = 31.30%
BLUE value IS 251 (98.44% from 255) = 35.55%
R=33.14%
G=31.30%
B=35.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342212510.070.1200.0226678.9592.55
HexEADDFB7C0210a4f5d
Octal35233537371402412117135
Binary111010101101110111111011111110001010000101010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADDFB; }

 p { color: rgb(234,221,251); }

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

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

 a { background-color: rgb(234,221,251); }

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

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

 span { border-color: rgb(234,221,251); }

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