#E8DFFB

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

Shades of Magnolia #E8DFFB

Tints of Magnolia #E8DFFB

Color information

#E8DFFB (or 0xE8DFFB) is unknown color: approx Magnolia. HEX triplet: E8, DF and FB. RGB value is (232,223,251). Sum of RGB (Red+Green+Blue) = 232+223+251=706 (93% of max value = 765). Red value is 232 (91.02% from 255 or 32.86% from 706); Green value is 223 (87.5% from 255 or 31.59% from 706); Blue value is 251 (98.44% from 255 or 35.55% from 706); Max value from RGB is 251 - color contains mainly: blue. Hex color #E8DFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DFFB is #172004. Grayscale: #E4E4E4. Windows color (decimal): -1515525 or 16506856. OLE color: 16506856.

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

Color convert

RGB232223251-
CMYK0.080.1100.02
HSL259.29º77.78%92.94%-
HSV(B)259.29º11.16%98.43%-
XYZ77.0876.9102.05-
YUV228.88140.48130.22-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 32.86%
GREEN value IS 223 (87.5% from 255) = 31.59%
BLUE value IS 251 (98.44% from 255) = 35.55%
R=32.86%
G=31.59%
B=35.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2322232510.080.1100.02259.2977.7892.94
HexE8DFFB8B021034e5d
Octal350337373101302403116135
Binary1110100011011111111110111000101101010000001110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DFFB; }

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

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

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

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

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

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

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

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