#EAE6F3

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

Shades of Magnolia #EAE6F3

Tints of Magnolia #EAE6F3

Color information

#EAE6F3 (or 0xEAE6F3) is unknown color: approx Magnolia. HEX triplet: EA, E6 and F3. RGB value is (234,230,243). Sum of RGB (Red+Green+Blue) = 234+230+243=707 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.10% from 707); Green value is 230 (90.23% from 255 or 32.53% from 707); Blue value is 243 (95.31% from 255 or 34.37% from 707); Max value from RGB is 243 - color contains mainly: blue. Hex color #EAE6F3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAE6F3 is #15190C. Grayscale: #E8E8E8. Windows color (decimal): -1382669 or 15984362. OLE color: 15984362.

HSL color Cylindrical-coordinate representation of color #EAE6F3: hue angle of 258.46º degrees, saturation: 0.35, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EAE6F3 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB234230243-
CMYK0.040.0500.05
HSL258.46º35.14%92.75%-
HSV(B)258.46º5.35%95.29%-
XYZ78.4180.5696.21-
YUV232.68133.83128.94-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.10%
GREEN value IS 230 (90.23% from 255) = 32.53%
BLUE value IS 243 (95.31% from 255) = 34.37%
R=33.10%
G=32.53%
B=34.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342302430.040.0500.05258.4635.1492.75
HexEAE6F34505102235d
Octal352346363450540243135
Binary11101010111001101111001110010101011000000101000111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE6F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE6F3; }

 p { color: rgb(234,230,243); }

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

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

 a { background-color: rgb(234,230,243); }

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

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

 span { border-color: rgb(234,230,243); }

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