#EEE5FD

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

Shades of Magnolia #EEE5FD

Tints of Magnolia #EEE5FD

Color information

#EEE5FD (or 0xEEE5FD) is unknown color: approx Magnolia. HEX triplet: EE, E5 and FD. RGB value is (238,229,253). Sum of RGB (Red+Green+Blue) = 238+229+253=720 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.06% from 720); Green value is 229 (89.84% from 255 or 31.81% from 720); Blue value is 253 (99.22% from 255 or 35.14% from 720); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEE5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE5FD is #111A02. Grayscale: #EAEAEA. Windows color (decimal): -1120771 or 16639470. OLE color: 16639470.

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

Color convert

RGB238229253-
CMYK0.060.0900.01
HSL262.5º85.71%94.51%-
HSV(B)262.5º9.49%99.22%-
XYZ81.0181.31104.35-
YUV234.43138.48130.55-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.06%
GREEN value IS 229 (89.84% from 255) = 31.81%
BLUE value IS 253 (99.22% from 255) = 35.14%
R=33.06%
G=31.81%
B=35.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382292530.060.0900.01262.585.7194.51
HexEEE5FD6901106565f
Octal35634537561101406126137
Binary11101110111001011111110111010010110000011010101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE5FD; }

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

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

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

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

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

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

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

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