#EEE8FF

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

Shades of Magnolia #EEE8FF

Tints of Magnolia #EEE8FF

Color information

#EEE8FF (or 0xEEE8FF) is unknown color: approx Magnolia. HEX triplet: EE, E8 and FF. RGB value is (238,232,255). Sum of RGB (Red+Green+Blue) = 238+232+255=725 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.83% from 725); Green value is 232 (91.02% from 255 or 32% from 725); Blue value is 255 (100% from 255 or 35.17% from 725); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEE8FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEE8FF is #111700. Grayscale: #ECECEC. Windows color (decimal): -1120001 or 16771310. OLE color: 16771310.

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

Color convert

RGB238232255-
CMYK0.070.0900
HSL255.65º100%95.49%-
HSV(B)255.65º9.02%100%-
XYZ82.1783.11106.32-
YUV236.42138.49129.13-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.83%
GREEN value IS 232 (91.02% from 255) = 32%
BLUE value IS 255 (100% from 255) = 35.17%
R=32.83%
G=32%
B=35.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2382322550.070.0900255.6510095.49
HexEEE8FF7900100645f
Octal35635037771100400144137
Binary11101110111010001111111111110010010000000011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE8FF; }

 p { color: rgb(238,232,255); }

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

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

 a { background-color: rgb(238,232,255); }

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

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

 span { border-color: rgb(238,232,255); }

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