#EEDFFD

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

Shades of Magnolia #EEDFFD

Tints of Magnolia #EEDFFD

Color information

#EEDFFD (or 0xEEDFFD) is unknown color: approx Magnolia. HEX triplet: EE, DF and FD. RGB value is (238,223,253). Sum of RGB (Red+Green+Blue) = 238+223+253=714 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.33% from 714); Green value is 223 (87.5% from 255 or 31.23% from 714); Blue value is 253 (99.22% from 255 or 35.43% from 714); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEDFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDFFD is #112002. Grayscale: #E6E6E6. Windows color (decimal): -1122307 or 16637934. OLE color: 16637934.

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

Color convert

RGB238223253-
CMYK0.060.1200.01
HSL270º88.24%93.33%-
HSV(B)270º11.86%99.22%-
XYZ79.3878.04103.81-
YUV230.9140.47133.06-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.33%
GREEN value IS 223 (87.5% from 255) = 31.23%
BLUE value IS 253 (99.22% from 255) = 35.43%
R=33.33%
G=31.23%
B=35.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382232530.060.1200.0127088.2493.33
HexEEDFFD6C0110e585d
Octal35633737561401416130135
Binary11101110110111111111110111011000110000111010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDFFD; }

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

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

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

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

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

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

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

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