#ECE7F5

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

Shades of Magnolia #ECE7F5

Tints of Magnolia #ECE7F5

Color information

#ECE7F5 (or 0xECE7F5) is unknown color: approx Magnolia. HEX triplet: EC, E7 and F5. RGB value is (236,231,245). Sum of RGB (Red+Green+Blue) = 236+231+245=712 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.15% from 712); Green value is 231 (90.62% from 255 or 32.44% from 712); Blue value is 245 (96.09% from 255 or 34.41% from 712); Max value from RGB is 245 - color contains mainly: blue. Hex color #ECE7F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECE7F5 is #13180A. Grayscale: #EAEAEA. Windows color (decimal): -1251339 or 16115692. OLE color: 16115692.

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

Color convert

RGB236231245-
CMYK0.040.0600.04
HSL261.43º41.18%93.33%-
HSV(B)261.43º5.71%96.08%-
XYZ79.6581.5897.93-
YUV234.09134.16129.36-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.15%
GREEN value IS 231 (90.62% from 255) = 32.44%
BLUE value IS 245 (96.09% from 255) = 34.41%
R=33.15%
G=32.44%
B=34.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2362312450.040.0600.04261.4341.1893.33
HexECE7F54604105295d
Octal354347365460440551135
Binary11101100111001111111010110011001001000001011010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE7F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE7F5; }

 p { color: rgb(236,231,245); }

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

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

 a { background-color: rgb(236,231,245); }

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

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

 span { border-color: rgb(236,231,245); }

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