#EEE0FD

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

Shades of Magnolia #EEE0FD

Tints of Magnolia #EEE0FD

Color information

#EEE0FD (or 0xEEE0FD) is unknown color: approx Magnolia. HEX triplet: EE, E0 and FD. RGB value is (238,224,253). Sum of RGB (Red+Green+Blue) = 238+224+253=715 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.29% from 715); Green value is 224 (87.89% from 255 or 31.33% from 715); Blue value is 253 (99.22% from 255 or 35.38% from 715); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEE0FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE0FD is #111F02. Grayscale: #E7E7E7. Windows color (decimal): -1122051 or 16638190. OLE color: 16638190.

HSL color Cylindrical-coordinate representation of color #EEE0FD: hue angle of 268.97º degrees, saturation: 0.88, 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 #EEE0FD is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB238224253-
CMYK0.060.1100.01
HSL268.97º87.88%93.53%-
HSV(B)268.97º11.46%99.22%-
XYZ79.6578.58103.9-
YUV231.49140.14132.64-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.29%
GREEN value IS 224 (87.89% from 255) = 31.33%
BLUE value IS 253 (99.22% from 255) = 35.38%
R=33.29%
G=31.33%
B=35.38%

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
Decimal2382242530.060.1100.01268.9787.8893.53
HexEEE0FD6B0110d585e
Octal35634037561301415130136
Binary11101110111000001111110111010110110000110110110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE0FD; }

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

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

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

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

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

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

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

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