#ECE2FC

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

Shades of Magnolia #ECE2FC

Tints of Magnolia #ECE2FC

Color information

#ECE2FC (or 0xECE2FC) is unknown color: approx Magnolia. HEX triplet: EC, E2 and FC. RGB value is (236,226,252). Sum of RGB (Red+Green+Blue) = 236+226+252=714 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.05% from 714); Green value is 226 (88.67% from 255 or 31.65% from 714); Blue value is 252 (98.83% from 255 or 35.29% from 714); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECE2FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE2FC is #131D03. Grayscale: #E7E7E7. Windows color (decimal): -1252612 or 16573164. OLE color: 16573164.

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

Color convert

RGB236226252-
CMYK0.060.1000.01
HSL263.08º81.25%93.73%-
HSV(B)263.08º10.32%98.82%-
XYZ79.3679.25103.21-
YUV231.95139.31130.89-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.05%
GREEN value IS 226 (88.67% from 255) = 31.65%
BLUE value IS 252 (98.83% from 255) = 35.29%
R=33.05%
G=31.65%
B=35.29%

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
Decimal2362262520.060.1000.01263.0881.2593.73
HexECE2FC6A01107515e
Octal35434237461201407121136
Binary11101100111000101111110011010100110000011110100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE2FC; }

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

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

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

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

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

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

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

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