#ECE2FE

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

Shades of Magnolia #ECE2FE

Tints of Magnolia #ECE2FE

Color information

#ECE2FE (or 0xECE2FE) is unknown color: approx Magnolia. HEX triplet: EC, E2 and FE. RGB value is (236,226,254). Sum of RGB (Red+Green+Blue) = 236+226+254=716 (94% of max value = 765). Red value is 236 (92.58% from 255 or 32.96% from 716); Green value is 226 (88.67% from 255 or 31.56% from 716); Blue value is 254 (99.61% from 255 or 35.47% from 716); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECE2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE2FE is #131D01. Grayscale: #E8E8E8. Windows color (decimal): -1252610 or 16704236. OLE color: 16704236.

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

Color convert

RGB236226254-
CMYK0.070.1100.00
HSL261.43º93.33%94.12%-
HSV(B)261.43º11.02%99.61%-
XYZ79.6879.38104.89-
YUV232.18140.31130.72-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.96%
GREEN value IS 226 (88.67% from 255) = 31.56%
BLUE value IS 254 (99.61% from 255) = 35.47%
R=32.96%
G=31.56%
B=35.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2362262540.070.1100.00261.4393.3394.12
HexECE2FE7B001055d5e
Octal35434237671300405135136
Binary11101100111000101111111011110110010000010110111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE2FE; }

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

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

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

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

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

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

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

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