#EEDEFF

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

Shades of Magnolia #EEDEFF

Tints of Magnolia #EEDEFF

Color information

#EEDEFF (or 0xEEDEFF) is unknown color: approx Magnolia. HEX triplet: EE, DE and FF. RGB value is (238,222,255). Sum of RGB (Red+Green+Blue) = 238+222+255=715 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.29% from 715); Green value is 222 (87.11% from 255 or 31.05% from 715); Blue value is 255 (100% from 255 or 35.66% from 715); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEDEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDEFF is #112100. Grayscale: #E6E6E6. Windows color (decimal): -1122561 or 16768750. OLE color: 16768750.

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

Color convert

RGB238222255-
CMYK0.070.1300
HSL269.09º100%93.53%-
HSV(B)269.09º12.94%100%-
XYZ79.4377.64105.41-
YUV230.55141.8133.32-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.29%
GREEN value IS 222 (87.11% from 255) = 31.05%
BLUE value IS 255 (100% from 255) = 35.66%
R=33.29%
G=31.05%
B=35.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2382222550.070.1300269.0910093.53
HexEEDEFF7D0010d645e
Octal35633637771500415144136
Binary11101110110111101111111111111010010000110111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDEFF; }

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

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

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

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

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

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

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

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