#ECE3FC

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

Shades of Magnolia #ECE3FC

Tints of Magnolia #ECE3FC

Color information

#ECE3FC (or 0xECE3FC) is unknown color: approx Magnolia. HEX triplet: EC, E3 and FC. RGB value is (236,227,252). Sum of RGB (Red+Green+Blue) = 236+227+252=715 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.01% from 715); Green value is 227 (89.06% from 255 or 31.75% from 715); Blue value is 252 (98.83% from 255 or 35.24% from 715); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECE3FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE3FC is #131C03. Grayscale: #E8E8E8. Windows color (decimal): -1252356 or 16573420. OLE color: 16573420.

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

Color convert

RGB236227252-
CMYK0.060.1000.01
HSL261.6º80.65%93.92%-
HSV(B)261.6º9.92%98.82%-
XYZ79.6379.8103.3-
YUV232.54138.98130.47-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.01%
GREEN value IS 227 (89.06% from 255) = 31.75%
BLUE value IS 252 (98.83% from 255) = 35.24%
R=33.01%
G=31.75%
B=35.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362272520.060.1000.01261.680.6593.92
HexECE3FC6A01106515e
Octal35434337461201406121136
Binary11101100111000111111110011010100110000011010100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE3FC; }

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

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

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

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

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

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

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

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