#E7DDFB

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

Shades of Magnolia #E7DDFB

Tints of Magnolia #E7DDFB

Color information

#E7DDFB (or 0xE7DDFB) is unknown color: approx Magnolia. HEX triplet: E7, DD and FB. RGB value is (231,221,251). Sum of RGB (Red+Green+Blue) = 231+221+251=703 (93% of max value = 765). Red value is 231 (90.62% from 255 or 32.86% from 703); Green value is 221 (86.72% from 255 or 31.44% 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 #E7DDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DDFB is #182204. Grayscale: #E3E3E3. Windows color (decimal): -1581573 or 16506343. OLE color: 16506343.

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

Color convert

RGB231221251-
CMYK0.080.1200.02
HSL260º78.95%92.55%-
HSV(B)260º11.95%98.43%-
XYZ76.2275.67101.85-
YUV227.41141.31130.56-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 32.86%
GREEN value IS 221 (86.72% from 255) = 31.44%
BLUE value IS 251 (98.44% from 255) = 35.70%
R=32.86%
G=31.44%
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
Decimal2312212510.080.1200.0226078.9592.55
HexE7DDFB8C021044f5d
Octal347335373101402404117135
Binary1110011111011101111110111000110001010000010010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DDFB; }

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

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

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

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

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

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

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

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