#ECE1FC

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

Shades of Magnolia #ECE1FC

Tints of Magnolia #ECE1FC

Color information

#ECE1FC (or 0xECE1FC) is unknown color: approx Magnolia. HEX triplet: EC, E1 and FC. RGB value is (236,225,252). Sum of RGB (Red+Green+Blue) = 236+225+252=713 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.10% from 713); Green value is 225 (88.28% from 255 or 31.56% from 713); Blue value is 252 (98.83% from 255 or 35.34% from 713); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECE1FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE1FC is #131E03. Grayscale: #E7E7E7. Windows color (decimal): -1252868 or 16572908. OLE color: 16572908.

HSL color Cylindrical-coordinate representation of color #ECE1FC: hue angle of 264.44º degrees, saturation: 0.82, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECE1FC is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB236225252-
CMYK0.060.1100.01
HSL264.44º81.82%93.53%-
HSV(B)264.44º10.71%98.82%-
XYZ79.0978.71103.12-
YUV231.37139.64131.3-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.10%
GREEN value IS 225 (88.28% from 255) = 31.56%
BLUE value IS 252 (98.83% from 255) = 35.34%
R=33.10%
G=31.56%
B=35.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362252520.060.1100.01264.4481.8293.53
HexECE1FC6B01108525e
Octal35434137461301410122136
Binary11101100111000011111110011010110110000100010100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE1FC; }

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

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

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

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

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

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

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

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