#EEE6FB

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

Shades of Magnolia #EEE6FB

Tints of Magnolia #EEE6FB

Color information

#EEE6FB (or 0xEEE6FB) is unknown color: approx Magnolia. HEX triplet: EE, E6 and FB. RGB value is (238,230,251). Sum of RGB (Red+Green+Blue) = 238+230+251=719 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.10% from 719); Green value is 230 (90.23% from 255 or 31.99% from 719); Blue value is 251 (98.44% from 255 or 34.91% from 719); Max value from RGB is 251 - color contains mainly: blue. Hex color #EEE6FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEE6FB is #111904. Grayscale: #EAEAEA. Windows color (decimal): -1120517 or 16508654. OLE color: 16508654.

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

Color convert

RGB238230251-
CMYK0.050.0800.02
HSL262.86º72.41%94.31%-
HSV(B)262.86º8.37%98.43%-
XYZ80.9781.74102.78-
YUV234.79137.15130.29-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.10%
GREEN value IS 230 (90.23% from 255) = 31.99%
BLUE value IS 251 (98.44% from 255) = 34.91%
R=33.10%
G=31.99%
B=34.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382302510.050.0800.02262.8672.4194.31
HexEEE6FB5802107485e
Octal35634637351002407110136
Binary111011101110011011111011101100001010000011110010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE6FB; }

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

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

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

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

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

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

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

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