#EADFFB

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

Shades of Magnolia #EADFFB

Tints of Magnolia #EADFFB

Color information

#EADFFB (or 0xEADFFB) is unknown color: approx Magnolia. HEX triplet: EA, DF and FB. RGB value is (234,223,251). Sum of RGB (Red+Green+Blue) = 234+223+251=708 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.05% from 708); Green value is 223 (87.5% from 255 or 31.50% from 708); Blue value is 251 (98.44% from 255 or 35.45% from 708); Max value from RGB is 251 - color contains mainly: blue. Hex color #EADFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADFFB is #152004. Grayscale: #E5E5E5. Windows color (decimal): -1384453 or 16506858. OLE color: 16506858.

HSL color Cylindrical-coordinate representation of color #EADFFB: hue angle of 263.57º degrees, saturation: 0.78, 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 #EADFFB is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234223251-
CMYK0.070.1100.02
HSL263.57º77.78%92.94%-
HSV(B)263.57º11.16%98.43%-
XYZ77.7377.23102.08-
YUV229.48140.14131.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.05%
GREEN value IS 223 (87.5% from 255) = 31.50%
BLUE value IS 251 (98.44% from 255) = 35.45%
R=33.05%
G=31.50%
B=35.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342232510.070.1100.02263.5777.7892.94
HexEADFFB7B021084e5d
Octal35233737371302410116135
Binary111010101101111111111011111101101010000100010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADFFB; }

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

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

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

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

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

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

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

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