#ECE5F8

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

Shades of Magnolia #ECE5F8

Tints of Magnolia #ECE5F8

Color information

#ECE5F8 (or 0xECE5F8) is unknown color: approx Magnolia. HEX triplet: EC, E5 and F8. RGB value is (236,229,248). Sum of RGB (Red+Green+Blue) = 236+229+248=713 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.10% from 713); Green value is 229 (89.84% from 255 or 32.12% from 713); Blue value is 248 (97.27% from 255 or 34.78% from 713); Max value from RGB is 248 - color contains mainly: blue. Hex color #ECE5F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE5F8 is #131A07. Grayscale: #E9E9E9. Windows color (decimal): -1251848 or 16311788. OLE color: 16311788.

HSL color Cylindrical-coordinate representation of color #ECE5F8: hue angle of 262.11º degrees, saturation: 0.58, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ECE5F8 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB236229248-
CMYK0.050.0800.03
HSL262.11º57.58%93.53%-
HSV(B)262.11º7.66%97.25%-
XYZ79.5580.65100.18-
YUV233.26136.32129.96-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.10%
GREEN value IS 229 (89.84% from 255) = 32.12%
BLUE value IS 248 (97.27% from 255) = 34.78%
R=33.10%
G=32.12%
B=34.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2362292480.050.0800.03262.1157.5893.53
HexECE5F858031063a5e
Octal3543453705100340672136
Binary11101100111001011111100010110000111000001101110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE5F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE5F8; }

 p { color: rgb(236,229,248); }

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

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

 a { background-color: rgb(236,229,248); }

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

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

 span { border-color: rgb(236,229,248); }

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