#ECE6FD

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

Shades of Magnolia #ECE6FD

Tints of Magnolia #ECE6FD

Color information

#ECE6FD (or 0xECE6FD) is unknown color: approx Magnolia. HEX triplet: EC, E6 and FD. RGB value is (236,230,253). Sum of RGB (Red+Green+Blue) = 236+230+253=719 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.82% from 719); Green value is 230 (90.23% from 255 or 31.99% from 719); Blue value is 253 (99.22% from 255 or 35.19% from 719); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECE6FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECE6FD is #131902. Grayscale: #EAEAEA. Windows color (decimal): -1251587 or 16639724. OLE color: 16639724.

HSL color Cylindrical-coordinate representation of color #ECE6FD: hue angle of 255.65º degrees, saturation: 0.85, 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 #ECE6FD is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB236230253-
CMYK0.070.0900.01
HSL255.65º85.19%94.71%-
HSV(B)255.65º9.09%99.22%-
XYZ80.6281.52104.41-
YUV234.42138.49129.13-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.82%
GREEN value IS 230 (90.23% from 255) = 31.99%
BLUE value IS 253 (99.22% from 255) = 35.19%
R=32.82%
G=31.99%
B=35.19%

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
Decimal2362302530.070.0900.01255.6585.1994.71
HexECE6FD7901100555f
Octal35434637571101400125137
Binary11101100111001101111110111110010110000000010101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE6FD; }

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

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

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

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

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

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

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

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