#EEE0FE

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

Shades of Magnolia #EEE0FE

Tints of Magnolia #EEE0FE

Color information

#EEE0FE (or 0xEEE0FE) is unknown color: approx Magnolia. HEX triplet: EE, E0 and FE. RGB value is (238,224,254). Sum of RGB (Red+Green+Blue) = 238+224+254=716 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.24% from 716); Green value is 224 (87.89% from 255 or 31.28% from 716); Blue value is 254 (99.61% from 255 or 35.47% from 716); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEE0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE0FE is #111F01. Grayscale: #E7E7E7. Windows color (decimal): -1122050 or 16703726. OLE color: 16703726.

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

Color convert

RGB238224254-
CMYK0.060.1200.00
HSL268º93.75%93.73%-
HSV(B)268º11.81%99.61%-
XYZ79.878.64104.74-
YUV231.61140.64132.56-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.24%
GREEN value IS 224 (87.89% from 255) = 31.28%
BLUE value IS 254 (99.61% from 255) = 35.47%
R=33.24%
G=31.28%
B=35.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2382242540.060.1200.0026893.7593.73
HexEEE0FE6C0010c5e5e
Octal35634037661400414136136
Binary11101110111000001111111011011000010000110010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE0FE; }

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

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

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

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

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

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

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

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