#ECE9F1

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

Shades of Magnolia #ECE9F1

Tints of Magnolia #ECE9F1

Color information

#ECE9F1 (or 0xECE9F1) is unknown color: approx Magnolia. HEX triplet: EC, E9 and F1. RGB value is (236,233,241). Sum of RGB (Red+Green+Blue) = 236+233+241=710 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.24% from 710); Green value is 233 (91.41% from 255 or 32.82% from 710); Blue value is 241 (94.53% from 255 or 33.94% from 710); Max value from RGB is 241 - color contains mainly: blue. Hex color #ECE9F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECE9F1 is #13160E. Grayscale: #EAEAEA. Windows color (decimal): -1250831 or 15854060. OLE color: 15854060.

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

Color convert

RGB236233241-
CMYK0.020.0300.05
HSL262.5º22.22%92.94%-
HSV(B)262.5º3.32%94.51%-
XYZ79.6182.4694.94-
YUV234.81131.49128.85-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.24%
GREEN value IS 233 (91.41% from 255) = 32.82%
BLUE value IS 241 (94.53% from 255) = 33.94%
R=33.24%
G=32.82%
B=33.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2362332410.020.0300.05262.522.2292.94
HexECE9F12305106165d
Octal354351361230540626135
Binary11101100111010011111000110110101100000110101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE9F1; }

 p { color: rgb(236,233,241); }

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

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

 a { background-color: rgb(236,233,241); }

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

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

 span { border-color: rgb(236,233,241); }

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