#ECE2FA

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

Shades of Magnolia #ECE2FA

Tints of Magnolia #ECE2FA

Color information

#ECE2FA (or 0xECE2FA) is unknown color: approx Magnolia. HEX triplet: EC, E2 and FA. RGB value is (236,226,250). Sum of RGB (Red+Green+Blue) = 236+226+250=712 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.15% from 712); Green value is 226 (88.67% from 255 or 31.74% from 712); Blue value is 250 (98.05% from 255 or 35.11% from 712); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECE2FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE2FA is #131D05. Grayscale: #E7E7E7. Windows color (decimal): -1252614 or 16442092. OLE color: 16442092.

HSL color Cylindrical-coordinate representation of color #ECE2FA: hue angle of 265º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ECE2FA is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB236226250-
CMYK0.060.1000.02
HSL265º70.59%93.33%-
HSV(B)265º9.6%98.04%-
XYZ79.0479.13101.55-
YUV231.73138.31131.05-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.15%
GREEN value IS 226 (88.67% from 255) = 31.74%
BLUE value IS 250 (98.05% from 255) = 35.11%
R=33.15%
G=31.74%
B=35.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362262500.060.1000.0226570.5993.33
HexECE2FA6A02109475d
Octal35434237261202411107135
Binary111011001110001011111010110101001010000100110001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE2FA; }

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

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

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

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

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

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

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

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