#EEDEFE

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

Shades of Magnolia #EEDEFE

Tints of Magnolia #EEDEFE

Color information

#EEDEFE (or 0xEEDEFE) is unknown color: approx Magnolia. HEX triplet: EE, DE and FE. RGB value is (238,222,254). Sum of RGB (Red+Green+Blue) = 238+222+254=714 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.33% from 714); Green value is 222 (87.11% from 255 or 31.09% from 714); Blue value is 254 (99.61% from 255 or 35.57% from 714); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEDEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDEFE is #112101. Grayscale: #E6E6E6. Windows color (decimal): -1122562 or 16703214. OLE color: 16703214.

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

Color convert

RGB238222254-
CMYK0.060.1300.00
HSL270º94.12%93.33%-
HSV(B)270º12.6%99.61%-
XYZ79.2777.58104.56-
YUV230.43141.3133.4-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.33%
GREEN value IS 222 (87.11% from 255) = 31.09%
BLUE value IS 254 (99.61% from 255) = 35.57%
R=33.33%
G=31.09%
B=35.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2382222540.060.1300.0027094.1293.33
HexEEDEFE6D0010e5e5d
Octal35633637661500416136135
Binary11101110110111101111111011011010010000111010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDEFE; }

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

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

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

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

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

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

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

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