#E7DCFB

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

Shades of Magnolia #E7DCFB

Tints of Magnolia #E7DCFB

Color information

#E7DCFB (or 0xE7DCFB) is unknown color: approx Magnolia. HEX triplet: E7, DC and FB. RGB value is (231,220,251). Sum of RGB (Red+Green+Blue) = 231+220+251=702 (92% of max value = 765). Red value is 231 (90.62% from 255 or 32.91% from 702); Green value is 220 (86.33% from 255 or 31.34% from 702); Blue value is 251 (98.44% from 255 or 35.75% from 702); Max value from RGB is 251 - color contains mainly: blue. Hex color #E7DCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DCFB is #182304. Grayscale: #E2E2E2. Windows color (decimal): -1581829 or 16506087. OLE color: 16506087.

HSL color Cylindrical-coordinate representation of color #E7DCFB: hue angle of 261.29º 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 #E7DCFB is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB231220251-
CMYK0.080.1200.02
HSL261.29º79.49%92.35%-
HSV(B)261.29º12.35%98.43%-
XYZ75.9675.14101.77-
YUV226.82141.64130.98-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 32.91%
GREEN value IS 220 (86.33% from 255) = 31.34%
BLUE value IS 251 (98.44% from 255) = 35.75%
R=32.91%
G=31.34%
B=35.75%

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
Decimal2312202510.080.1200.02261.2979.4992.35
HexE7DCFB8C021054f5c
Octal347334373101402405117134
Binary1110011111011100111110111000110001010000010110011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DCFB; }

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

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

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

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

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

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

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

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