#ECE4FF

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

Shades of Magnolia #ECE4FF

Tints of Magnolia #ECE4FF

Color information

#ECE4FF (or 0xECE4FF) is unknown color: approx Magnolia. HEX triplet: EC, E4 and FF. RGB value is (236,228,255). Sum of RGB (Red+Green+Blue) = 236+228+255=719 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.82% from 719); Green value is 228 (89.45% from 255 or 31.71% from 719); Blue value is 255 (100% from 255 or 35.47% from 719); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECE4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE4FF is #131B00. Grayscale: #E9E9E9. Windows color (decimal): -1252097 or 16770284. OLE color: 16770284.

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

Color convert

RGB236228255-
CMYK0.070.1100
HSL257.78º100%94.71%-
HSV(B)257.78º10.59%100%-
XYZ80.3980.54105.92-
YUV233.47140.15129.8-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.82%
GREEN value IS 228 (89.45% from 255) = 31.71%
BLUE value IS 255 (100% from 255) = 35.47%
R=32.82%
G=31.71%
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
SystemRedGreenBlueCMYKHSL
Decimal2362282550.070.1100257.7810094.71
HexECE4FF7B00102645f
Octal35434437771300402144137
Binary11101100111001001111111111110110010000001011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE4FF; }

 p { color: rgb(236,228,255); }

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

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

 a { background-color: rgb(236,228,255); }

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

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

 span { border-color: rgb(236,228,255); }

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