#E8DBFF

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

Shades of Magnolia #E8DBFF

Tints of Magnolia #E8DBFF

Color information

#E8DBFF (or 0xE8DBFF) is unknown color: approx Magnolia. HEX triplet: E8, DB and FF. RGB value is (232,219,255). Sum of RGB (Red+Green+Blue) = 232+219+255=706 (93% of max value = 765). Red value is 232 (91.02% from 255 or 32.86% from 706); Green value is 219 (85.94% from 255 or 31.02% from 706); Blue value is 255 (100% from 255 or 36.12% from 706); Max value from RGB is 255 - color contains mainly: blue. Hex color #E8DBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DBFF is #172400. Grayscale: #E2E2E2. Windows color (decimal): -1516545 or 16767976. OLE color: 16767976.

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

Color convert

RGB232219255-
CMYK0.090.1400
HSL261.67º100%92.94%-
HSV(B)261.67º14.12%100%-
XYZ76.6675.04105.05-
YUV226.99143.81131.57-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 32.86%
GREEN value IS 219 (85.94% from 255) = 31.02%
BLUE value IS 255 (100% from 255) = 36.12%
R=32.86%
G=31.02%
B=36.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2322192550.090.1400261.6710092.94
HexE8DBFF9E00106645d
Octal350333377111600406144135
Binary111010001101101111111111100111100010000011011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DBFF; }

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

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

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

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

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

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

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

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