#EEE1FE

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

Shades of Magnolia #EEE1FE

Tints of Magnolia #EEE1FE

Color information

#EEE1FE (or 0xEEE1FE) is unknown color: approx Magnolia. HEX triplet: EE, E1 and FE. RGB value is (238,225,254). Sum of RGB (Red+Green+Blue) = 238+225+254=717 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.19% from 717); Green value is 225 (88.28% from 255 or 31.38% from 717); Blue value is 254 (99.61% from 255 or 35.43% from 717); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEE1FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE1FE is #111E01. Grayscale: #E8E8E8. Windows color (decimal): -1121794 or 16703982. OLE color: 16703982.

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

Color convert

RGB238225254-
CMYK0.060.1100.00
HSL266.9º93.55%93.92%-
HSV(B)266.9º11.42%99.61%-
XYZ80.0779.18104.83-
YUV232.19140.31132.14-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.19%
GREEN value IS 225 (88.28% from 255) = 31.38%
BLUE value IS 254 (99.61% from 255) = 35.43%
R=33.19%
G=31.38%
B=35.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2382252540.060.1100.00266.993.5593.92
HexEEE1FE6B0010b5e5e
Octal35634137661300413136136
Binary11101110111000011111111011010110010000101110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE1FE; }

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

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

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

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

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

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

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

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