#ECE1FF

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

Shades of Magnolia #ECE1FF

Tints of Magnolia #ECE1FF

Color information

#ECE1FF (or 0xECE1FF) is unknown color: approx Magnolia. HEX triplet: EC, E1 and FF. RGB value is (236,225,255). Sum of RGB (Red+Green+Blue) = 236+225+255=716 (94% of max value = 765). Red value is 236 (92.58% from 255 or 32.96% from 716); Green value is 225 (88.28% from 255 or 31.42% from 716); Blue value is 255 (100% from 255 or 35.61% from 716); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECE1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE1FF is #131E00. Grayscale: #E7E7E7. Windows color (decimal): -1252865 or 16769516. OLE color: 16769516.

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

Color convert

RGB236225255-
CMYK0.070.1200
HSL262º100%94.12%-
HSV(B)262º11.76%100%-
XYZ79.5778.9105.64-
YUV231.71141.14131.06-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.96%
GREEN value IS 225 (88.28% from 255) = 31.42%
BLUE value IS 255 (100% from 255) = 35.61%
R=32.96%
G=31.42%
B=35.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2362252550.070.120026210094.12
HexECE1FF7C00106645e
Octal35434137771400406144136
Binary11101100111000011111111111111000010000011011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE1FF; }

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

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

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

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

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

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

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

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