#ECE3FA

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

Shades of Magnolia #ECE3FA

Tints of Magnolia #ECE3FA

Color information

#ECE3FA (or 0xECE3FA) is unknown color: approx Magnolia. HEX triplet: EC, E3 and FA. RGB value is (236,227,250). Sum of RGB (Red+Green+Blue) = 236+227+250=713 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.10% from 713); Green value is 227 (89.06% from 255 or 31.84% from 713); Blue value is 250 (98.05% from 255 or 35.06% from 713); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECE3FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE3FA is #131C05. Grayscale: #E8E8E8. Windows color (decimal): -1252358 or 16442348. OLE color: 16442348.

HSL color Cylindrical-coordinate representation of color #ECE3FA: hue angle of 263.48º degrees, saturation: 0.7, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ECE3FA is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB236227250-
CMYK0.060.0900.02
HSL263.48º69.7%93.53%-
HSV(B)263.48º9.2%98.04%-
XYZ79.3279.67101.64-
YUV232.31137.98130.63-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.10%
GREEN value IS 227 (89.06% from 255) = 31.84%
BLUE value IS 250 (98.05% from 255) = 35.06%
R=33.10%
G=31.84%
B=35.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362272500.060.0900.02263.4869.793.53
HexECE3FA6902107465e
Octal35434337261102407106136
Binary111011001110001111111010110100101010000011110001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE3FA; }

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

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

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

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

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

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

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

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