#ECEAF0

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

Shades of Magnolia #ECEAF0

Tints of Magnolia #ECEAF0

Color information

#ECEAF0 (or 0xECEAF0) is unknown color: approx Magnolia. HEX triplet: EC, EA and F0. RGB value is (236,234,240). Sum of RGB (Red+Green+Blue) = 236+234+240=710 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.24% from 710); Green value is 234 (91.80% from 255 or 32.96% from 710); Blue value is 240 (94.14% from 255 or 33.80% from 710); Max value from RGB is 240 - color contains mainly: blue. Hex color #ECEAF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEAF0 is #13150F. Grayscale: #EBEBEB. Windows color (decimal): -1250576 or 15788780. OLE color: 15788780.

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

Color convert

RGB236234240-
CMYK0.020.0200.06
HSL260º16.67%92.94%-
HSV(B)260º2.5%94.12%-
XYZ79.7482.9794.25-
YUV235.28130.66128.51-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.24%
GREEN value IS 234 (91.80% from 255) = 32.96%
BLUE value IS 240 (94.14% from 255) = 33.80%
R=33.24%
G=32.96%
B=33.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2362342400.020.0200.0626016.6792.94
HexECEAF02206104115d
Octal354352360220640421135
Binary11101100111010101111000010100110100000100100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEAF0; }

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

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

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

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

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

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

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

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