#E8DAFF

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

Shades of Magnolia #E8DAFF

Tints of Magnolia #E8DAFF

Color information

#E8DAFF (or 0xE8DAFF) is unknown color: approx Magnolia. HEX triplet: E8, DA and FF. RGB value is (232,218,255). Sum of RGB (Red+Green+Blue) = 232+218+255=705 (93% of max value = 765). Red value is 232 (91.02% from 255 or 32.91% from 705); Green value is 218 (85.55% from 255 or 30.92% from 705); Blue value is 255 (100% from 255 or 36.17% from 705); Max value from RGB is 255 - color contains mainly: blue. Hex color #E8DAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DAFF is #172500. Grayscale: #E2E2E2. Windows color (decimal): -1516801 or 16767720. OLE color: 16767720.

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

Color convert

RGB232218255-
CMYK0.090.1500
HSL262.7º100%92.75%-
HSV(B)262.7º14.51%100%-
XYZ76.474.52104.96-
YUV226.4144.14131.99-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 32.91%
GREEN value IS 218 (85.55% from 255) = 30.92%
BLUE value IS 255 (100% from 255) = 36.17%
R=32.91%
G=30.92%
B=36.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2322182550.090.1500262.710092.75
HexE8DAFF9F00107645d
Octal350332377111700407144135
Binary111010001101101011111111100111110010000011111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DAFF; }

 p { color: rgb(232,218,255); }

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

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

 a { background-color: rgb(232,218,255); }

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

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

 span { border-color: rgb(232,218,255); }

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