#ECE7FC

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

Shades of Magnolia #ECE7FC

Tints of Magnolia #ECE7FC

Color information

#ECE7FC (or 0xECE7FC) is unknown color: approx Magnolia. HEX triplet: EC, E7 and FC. RGB value is (236,231,252). Sum of RGB (Red+Green+Blue) = 236+231+252=719 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.82% from 719); Green value is 231 (90.62% from 255 or 32.13% from 719); Blue value is 252 (98.83% from 255 or 35.05% from 719); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECE7FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECE7FC is #131803. Grayscale: #EAEAEA. Windows color (decimal): -1251332 or 16574444. OLE color: 16574444.

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

Color convert

RGB236231252-
CMYK0.060.0800.01
HSL254.29º77.78%94.71%-
HSV(B)254.29º8.33%98.82%-
XYZ80.7482.01103.67-
YUV234.89137.66128.79-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.82%
GREEN value IS 231 (90.62% from 255) = 32.13%
BLUE value IS 252 (98.83% from 255) = 35.05%
R=32.82%
G=32.13%
B=35.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362312520.060.0800.01254.2977.7894.71
HexECE7FC6801fe4e5f
Octal35434737461001376116137
Binary1110110011100111111111001101000011111111010011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE7FC; }

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

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

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

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

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

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

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

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