#ECE5FF

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

Shades of Magnolia #ECE5FF

Tints of Magnolia #ECE5FF

Color information

#ECE5FF (or 0xECE5FF) is unknown color: approx Magnolia. HEX triplet: EC, E5 and FF. RGB value is (236,229,255). Sum of RGB (Red+Green+Blue) = 236+229+255=720 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.78% from 720); Green value is 229 (89.84% from 255 or 31.81% from 720); Blue value is 255 (100% from 255 or 35.42% from 720); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECE5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE5FF is #131A00. Grayscale: #E9E9E9. Windows color (decimal): -1251841 or 16770540. OLE color: 16770540.

HSL color Cylindrical-coordinate representation of color #ECE5FF: hue angle of 256.15º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ECE5FF is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB236229255-
CMYK0.070.1000
HSL256.15º100%94.9%-
HSV(B)256.15º10.2%100%-
XYZ80.6681.09106.01-
YUV234.06139.82129.39-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.78%
GREEN value IS 229 (89.84% from 255) = 31.81%
BLUE value IS 255 (100% from 255) = 35.42%
R=32.78%
G=31.81%
B=35.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2362292550.070.1000256.1510094.9
HexECE5FF7A00100645f
Octal35434537771200400144137
Binary11101100111001011111111111110100010000000011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE5FF; }

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

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

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

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

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

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

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

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