#ECE4FD

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

Shades of Magnolia #ECE4FD

Tints of Magnolia #ECE4FD

Color information

#ECE4FD (or 0xECE4FD) is unknown color: approx Magnolia. HEX triplet: EC, E4 and FD. RGB value is (236,228,253). Sum of RGB (Red+Green+Blue) = 236+228+253=717 (94% of max value = 765). Red value is 236 (92.58% from 255 or 32.91% from 717); Green value is 228 (89.45% from 255 or 31.80% from 717); Blue value is 253 (99.22% from 255 or 35.29% from 717); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECE4FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE4FD is #131B02. Grayscale: #E9E9E9. Windows color (decimal): -1252099 or 16639212. OLE color: 16639212.

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

Color convert

RGB236228253-
CMYK0.070.1000.01
HSL259.2º86.21%94.31%-
HSV(B)259.2º9.88%99.22%-
XYZ80.0780.41104.23-
YUV233.24139.15129.97-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.91%
GREEN value IS 228 (89.45% from 255) = 31.80%
BLUE value IS 253 (99.22% from 255) = 35.29%
R=32.91%
G=31.80%
B=35.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362282530.070.1000.01259.286.2194.31
HexECE4FD7A01103565e
Octal35434437571201403126136
Binary11101100111001001111110111110100110000001110101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE4FD; }

 p { color: rgb(236,228,253); }

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

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

 a { background-color: rgb(236,228,253); }

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

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

 span { border-color: rgb(236,228,253); }

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