#ECEAF2

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

Shades of Magnolia #ECEAF2

Tints of Magnolia #ECEAF2

Color information

#ECEAF2 (or 0xECEAF2) is unknown color: approx Magnolia. HEX triplet: EC, EA and F2. RGB value is (236,234,242). Sum of RGB (Red+Green+Blue) = 236+234+242=712 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.15% from 712); Green value is 234 (91.80% from 255 or 32.87% from 712); Blue value is 242 (94.92% from 255 or 33.99% from 712); Max value from RGB is 242 - color contains mainly: blue. Hex color #ECEAF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEAF2 is #13150D. Grayscale: #EBEBEB. Windows color (decimal): -1250574 or 15919852. OLE color: 15919852.

HSL color Cylindrical-coordinate representation of color #ECEAF2: hue angle of 255º degrees, saturation: 0.24, 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 #ECEAF2 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB236234242-
CMYK0.020.0300.05
HSL255º23.53%93.33%-
HSV(B)255º3.31%94.9%-
XYZ80.0483.0995.82-
YUV235.51131.66128.35-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.15%
GREEN value IS 234 (91.80% from 255) = 32.87%
BLUE value IS 242 (94.92% from 255) = 33.99%
R=33.15%
G=32.87%
B=33.99%

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
Decimal2362342420.020.0300.0525523.5393.33
HexECEAF22305ff185d
Octal354352362230537730135
Binary1110110011101010111100101011010111111111110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEAF2; }

 p { color: rgb(236,234,242); }

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

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

 a { background-color: rgb(236,234,242); }

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

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

 span { border-color: rgb(236,234,242); }

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