#EEE1FC

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

Shades of Magnolia #EEE1FC

Tints of Magnolia #EEE1FC

Color information

#EEE1FC (or 0xEEE1FC) is unknown color: approx Magnolia. HEX triplet: EE, E1 and FC. RGB value is (238,225,252). Sum of RGB (Red+Green+Blue) = 238+225+252=715 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.29% from 715); Green value is 225 (88.28% from 255 or 31.47% from 715); Blue value is 252 (98.83% from 255 or 35.24% from 715); Max value from RGB is 252 - color contains mainly: blue. Hex color #EEE1FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE1FC is #111E03. Grayscale: #E7E7E7. Windows color (decimal): -1121796 or 16572910. OLE color: 16572910.

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

Color convert

RGB238225252-
CMYK0.060.1100.01
HSL268.89º81.82%93.53%-
HSV(B)268.89º10.71%98.82%-
XYZ79.7679.06103.15-
YUV231.96139.31132.3-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.29%
GREEN value IS 225 (88.28% from 255) = 31.47%
BLUE value IS 252 (98.83% from 255) = 35.24%
R=33.29%
G=31.47%
B=35.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382252520.060.1100.01268.8981.8293.53
HexEEE1FC6B0110d525e
Octal35634137461301415122136
Binary11101110111000011111110011010110110000110110100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE1FC; }

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

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

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

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

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

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

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

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