#ECE5FD

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

Shades of Magnolia #ECE5FD

Tints of Magnolia #ECE5FD

Color information

#ECE5FD (or 0xECE5FD) is unknown color: approx Magnolia. HEX triplet: EC, E5 and FD. RGB value is (236,229,253). Sum of RGB (Red+Green+Blue) = 236+229+253=718 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.87% from 718); Green value is 229 (89.84% from 255 or 31.89% from 718); Blue value is 253 (99.22% from 255 or 35.24% from 718); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECE5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE5FD is #131A02. Grayscale: #E9E9E9. Windows color (decimal): -1251843 or 16639468. OLE color: 16639468.

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

Color convert

RGB236229253-
CMYK0.070.0900.01
HSL257.5º85.71%94.51%-
HSV(B)257.5º9.49%99.22%-
XYZ80.3480.96104.32-
YUV233.83138.82129.55-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.87%
GREEN value IS 229 (89.84% from 255) = 31.89%
BLUE value IS 253 (99.22% from 255) = 35.24%
R=32.87%
G=31.89%
B=35.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362292530.070.0900.01257.585.7194.51
HexECE5FD7901102565f
Octal35434537571101402126137
Binary11101100111001011111110111110010110000001010101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE5FD; }

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

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

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

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

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

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

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

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