#E8DCFB

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

Shades of Magnolia #E8DCFB

Tints of Magnolia #E8DCFB

Color information

#E8DCFB (or 0xE8DCFB) is unknown color: approx Magnolia. HEX triplet: E8, DC and FB. RGB value is (232,220,251). Sum of RGB (Red+Green+Blue) = 232+220+251=703 (93% of max value = 765). Red value is 232 (91.02% from 255 or 33.00% from 703); Green value is 220 (86.33% from 255 or 31.29% from 703); Blue value is 251 (98.44% from 255 or 35.70% from 703); Max value from RGB is 251 - color contains mainly: blue. Hex color #E8DCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DCFB is #172304. Grayscale: #E3E3E3. Windows color (decimal): -1516293 or 16506088. OLE color: 16506088.

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

Color convert

RGB232220251-
CMYK0.080.1200.02
HSL263.23º79.49%92.35%-
HSV(B)263.23º12.35%98.43%-
XYZ76.2875.31101.78-
YUV227.12141.48131.48-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.00%
GREEN value IS 220 (86.33% from 255) = 31.29%
BLUE value IS 251 (98.44% from 255) = 35.70%
R=33.00%
G=31.29%
B=35.70%

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
Decimal2322202510.080.1200.02263.2379.4992.35
HexE8DCFB8C021074f5c
Octal350334373101402407117134
Binary1110100011011100111110111000110001010000011110011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DCFB; }

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

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

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

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

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

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

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

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