#E7DFF6

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

Shades of Magnolia #E7DFF6

Tints of Magnolia #E7DFF6

Color information

#E7DFF6 (or 0xE7DFF6) is unknown color: approx Magnolia. HEX triplet: E7, DF and F6. RGB value is (231,223,246). Sum of RGB (Red+Green+Blue) = 231+223+246=700 (92% of max value = 765). Red value is 231 (90.62% from 255 or 33% from 700); Green value is 223 (87.5% from 255 or 31.86% from 700); Blue value is 246 (96.48% from 255 or 35.14% from 700); Max value from RGB is 246 - color contains mainly: blue. Hex color #E7DFF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DFF6 is #182009. Grayscale: #E3E3E3. Windows color (decimal): -1581066 or 16179175. OLE color: 16179175.

HSL color Cylindrical-coordinate representation of color #E7DFF6: hue angle of 260.87º degrees, saturation: 0.56, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E7DFF6 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB231223246-
CMYK0.060.0900.04
HSL260.87º56.1%91.96%-
HSV(B)260.87º9.35%96.47%-
XYZ75.9876.4297.93-
YUV228.01138.15130.13-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33%
GREEN value IS 223 (87.5% from 255) = 31.86%
BLUE value IS 246 (96.48% from 255) = 35.14%
R=33%
G=31.86%
B=35.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2312232460.060.0900.04260.8756.191.96
HexE7DFF66904105385c
Octal3473373666110440570134
Binary111001111101111111110110110100101001000001011110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DFF6; }

 p { color: rgb(231,223,246); }

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

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

 a { background-color: rgb(231,223,246); }

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

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

 span { border-color: rgb(231,223,246); }

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