#ECE3FD

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

Shades of Magnolia #ECE3FD

Tints of Magnolia #ECE3FD

Color information

#ECE3FD (or 0xECE3FD) is unknown color: approx Magnolia. HEX triplet: EC, E3 and FD. RGB value is (236,227,253). Sum of RGB (Red+Green+Blue) = 236+227+253=716 (94% of max value = 765). Red value is 236 (92.58% from 255 or 32.96% from 716); Green value is 227 (89.06% from 255 or 31.70% from 716); Blue value is 253 (99.22% from 255 or 35.34% from 716); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECE3FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE3FD is #131C02. Grayscale: #E8E8E8. Windows color (decimal): -1252355 or 16638956. OLE color: 16638956.

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

Color convert

RGB236227253-
CMYK0.070.1000.01
HSL260.77º86.67%94.12%-
HSV(B)260.77º10.28%99.22%-
XYZ79.7979.86104.14-
YUV232.66139.48130.39-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.96%
GREEN value IS 227 (89.06% from 255) = 31.70%
BLUE value IS 253 (99.22% from 255) = 35.34%
R=32.96%
G=31.70%
B=35.34%

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
Decimal2362272530.070.1000.01260.7786.6794.12
HexECE3FD7A01105575e
Octal35434337571201405127136
Binary11101100111000111111110111110100110000010110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE3FD; }

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

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

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

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

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

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

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

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