#EEE0FC

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

Shades of Magnolia #EEE0FC

Tints of Magnolia #EEE0FC

Color information

#EEE0FC (or 0xEEE0FC) is unknown color: approx Magnolia. HEX triplet: EE, E0 and FC. RGB value is (238,224,252). Sum of RGB (Red+Green+Blue) = 238+224+252=714 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.33% from 714); Green value is 224 (87.89% from 255 or 31.37% from 714); Blue value is 252 (98.83% from 255 or 35.29% from 714); Max value from RGB is 252 - color contains mainly: blue. Hex color #EEE0FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE0FC is #111F03. Grayscale: #E7E7E7. Windows color (decimal): -1122052 or 16572654. OLE color: 16572654.

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

Color convert

RGB238224252-
CMYK0.060.1100.01
HSL270º82.35%93.33%-
HSV(B)270º11.11%98.82%-
XYZ79.4978.52103.06-
YUV231.38139.64132.72-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.33%
GREEN value IS 224 (87.89% from 255) = 31.37%
BLUE value IS 252 (98.83% from 255) = 35.29%
R=33.33%
G=31.37%
B=35.29%

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
Decimal2382242520.060.1100.0127082.3593.33
HexEEE0FC6B0110e525d
Octal35634037461301416122135
Binary11101110111000001111110011010110110000111010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE0FC; }

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

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

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

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

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

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

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

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