#EEE3FE

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

Shades of Magnolia #EEE3FE

Tints of Magnolia #EEE3FE

Color information

#EEE3FE (or 0xEEE3FE) is unknown color: approx Magnolia. HEX triplet: EE, E3 and FE. RGB value is (238,227,254). Sum of RGB (Red+Green+Blue) = 238+227+254=719 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.10% from 719); Green value is 227 (89.06% from 255 or 31.57% from 719); Blue value is 254 (99.61% from 255 or 35.33% from 719); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEE3FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE3FE is #111C01. Grayscale: #E9E9E9. Windows color (decimal): -1121282 or 16704494. OLE color: 16704494.

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

Color convert

RGB238227254-
CMYK0.060.1100.00
HSL264.44º93.1%94.31%-
HSV(B)264.44º10.63%99.61%-
XYZ80.6280.27105.01-
YUV233.37139.64131.3-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.10%
GREEN value IS 227 (89.06% from 255) = 31.57%
BLUE value IS 254 (99.61% from 255) = 35.33%
R=33.10%
G=31.57%
B=35.33%

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
Decimal2382272540.060.1100.00264.4493.194.31
HexEEE3FE6B001085d5e
Octal35634337661300410135136
Binary11101110111000111111111011010110010000100010111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE3FE; }

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

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

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

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

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

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

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

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