#EEE1FF

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

Shades of Magnolia #EEE1FF

Tints of Magnolia #EEE1FF

Color information

#EEE1FF (or 0xEEE1FF) is unknown color: approx Magnolia. HEX triplet: EE, E1 and FF. RGB value is (238,225,255). Sum of RGB (Red+Green+Blue) = 238+225+255=718 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.15% from 718); Green value is 225 (88.28% from 255 or 31.34% from 718); Blue value is 255 (100% from 255 or 35.52% from 718); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEE1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE1FF is #111E00. Grayscale: #E8E8E8. Windows color (decimal): -1121793 or 16769518. OLE color: 16769518.

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

Color convert

RGB238225255-
CMYK0.070.1200
HSL266º100%94.12%-
HSV(B)266º11.76%100%-
XYZ80.2479.25105.68-
YUV232.31140.81132.06-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.15%
GREEN value IS 225 (88.28% from 255) = 31.34%
BLUE value IS 255 (100% from 255) = 35.52%
R=33.15%
G=31.34%
B=35.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2382252550.070.120026610094.12
HexEEE1FF7C0010a645e
Octal35634137771400412144136
Binary11101110111000011111111111111000010000101011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE1FF; }

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

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

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

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

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

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

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

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