#E8DEFB

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

Shades of Magnolia #E8DEFB

Tints of Magnolia #E8DEFB

Color information

#E8DEFB (or 0xE8DEFB) is unknown color: approx Magnolia. HEX triplet: E8, DE and FB. RGB value is (232,222,251). Sum of RGB (Red+Green+Blue) = 232+222+251=705 (93% of max value = 765). Red value is 232 (91.02% from 255 or 32.91% from 705); Green value is 222 (87.11% from 255 or 31.49% from 705); Blue value is 251 (98.44% from 255 or 35.60% from 705); Max value from RGB is 251 - color contains mainly: blue. Hex color #E8DEFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DEFB is #172104. Grayscale: #E4E4E4. Windows color (decimal): -1515781 or 16506600. OLE color: 16506600.

HSL color Cylindrical-coordinate representation of color #E8DEFB: hue angle of 260.69º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E8DEFB is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB232222251-
CMYK0.080.1200.02
HSL260.69º78.38%92.75%-
HSV(B)260.69º11.55%98.43%-
XYZ76.8176.36101.96-
YUV228.3140.81130.64-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 32.91%
GREEN value IS 222 (87.11% from 255) = 31.49%
BLUE value IS 251 (98.44% from 255) = 35.60%
R=32.91%
G=31.49%
B=35.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2322222510.080.1200.02260.6978.3892.75
HexE8DEFB8C021054e5d
Octal350336373101402405116135
Binary1110100011011110111110111000110001010000010110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DEFB; }

 p { color: rgb(232,222,251); }

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

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

 a { background-color: rgb(232,222,251); }

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

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

 span { border-color: rgb(232,222,251); }

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