#EEDFFE

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

Shades of Magnolia #EEDFFE

Tints of Magnolia #EEDFFE

Color information

#EEDFFE (or 0xEEDFFE) is unknown color: approx Magnolia. HEX triplet: EE, DF and FE. RGB value is (238,223,254). Sum of RGB (Red+Green+Blue) = 238+223+254=715 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.29% from 715); Green value is 223 (87.5% from 255 or 31.19% from 715); Blue value is 254 (99.61% from 255 or 35.52% from 715); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEDFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDFFE is #112001. Grayscale: #E6E6E6. Windows color (decimal): -1122306 or 16703470. OLE color: 16703470.

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

Color convert

RGB238223254-
CMYK0.060.1200.00
HSL269.03º93.94%93.53%-
HSV(B)269.03º12.2%99.61%-
XYZ79.5478.11104.65-
YUV231.02140.97132.98-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.29%
GREEN value IS 223 (87.5% from 255) = 31.19%
BLUE value IS 254 (99.61% from 255) = 35.52%
R=33.29%
G=31.19%
B=35.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2382232540.060.1200.00269.0393.9493.53
HexEEDFFE6C0010d5e5e
Octal35633737661400415136136
Binary11101110110111111111111011011000010000110110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDFFE; }

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

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

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

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

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

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

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

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