#EEEAFB

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

Shades of Magnolia #EEEAFB

Tints of Magnolia #EEEAFB

Color information

#EEEAFB (or 0xEEEAFB) is unknown color: approx Magnolia. HEX triplet: EE, EA and FB. RGB value is (238,234,251). Sum of RGB (Red+Green+Blue) = 238+234+251=723 (95% of max value = 765). Red value is 238 (93.36% from 255 or 32.92% from 723); Green value is 234 (91.80% from 255 or 32.37% from 723); Blue value is 251 (98.44% from 255 or 34.72% from 723); Max value from RGB is 251 - color contains mainly: blue. Hex color #EEEAFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEAFB is #111504. Grayscale: #EDEDED. Windows color (decimal): -1119493 or 16509678. OLE color: 16509678.

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

Color convert

RGB238234251-
CMYK0.050.0700.02
HSL254.12º68%95.1%-
HSV(B)254.12º6.77%98.43%-
XYZ82.183.99103.15-
YUV237.13135.83128.62-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.92%
GREEN value IS 234 (91.80% from 255) = 32.37%
BLUE value IS 251 (98.44% from 255) = 34.72%
R=32.92%
G=32.37%
B=34.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382342510.050.0700.02254.126895.1
HexEEEAFB5702fe445f
Octal3563523735702376104137
Binary1110111011101010111110111011110101111111010001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEAFB; }

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

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

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

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

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

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

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

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