#ECE3FF

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

Shades of Magnolia #ECE3FF

Tints of Magnolia #ECE3FF

Color information

#ECE3FF (or 0xECE3FF) is unknown color: approx Magnolia. HEX triplet: EC, E3 and FF. RGB value is (236,227,255). Sum of RGB (Red+Green+Blue) = 236+227+255=718 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.87% from 718); Green value is 227 (89.06% from 255 or 31.62% from 718); Blue value is 255 (100% from 255 or 35.52% from 718); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECE3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE3FF is #131C00. Grayscale: #E8E8E8. Windows color (decimal): -1252353 or 16770028. OLE color: 16770028.

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

Color convert

RGB236227255-
CMYK0.070.1100
HSL259.29º100%94.51%-
HSV(B)259.29º10.98%100%-
XYZ80.1179.99105.83-
YUV232.88140.48130.22-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.87%
GREEN value IS 227 (89.06% from 255) = 31.62%
BLUE value IS 255 (100% from 255) = 35.52%
R=32.87%
G=31.62%
B=35.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2362272550.070.1100259.2910094.51
HexECE3FF7B00103645f
Octal35434337771300403144137
Binary11101100111000111111111111110110010000001111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE3FF; }

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

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

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

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

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

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

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

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