#ECE2FF

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

Shades of Magnolia #ECE2FF

Tints of Magnolia #ECE2FF

Color information

#ECE2FF (or 0xECE2FF) is unknown color: approx Magnolia. HEX triplet: EC, E2 and FF. RGB value is (236,226,255). Sum of RGB (Red+Green+Blue) = 236+226+255=717 (94% of max value = 765). Red value is 236 (92.58% from 255 or 32.91% from 717); Green value is 226 (88.67% from 255 or 31.52% from 717); Blue value is 255 (100% from 255 or 35.56% from 717); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECE2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE2FF is #131D00. Grayscale: #E8E8E8. Windows color (decimal): -1252609 or 16769772. OLE color: 16769772.

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

Color convert

RGB236226255-
CMYK0.070.1100
HSL260.69º100%94.31%-
HSV(B)260.69º11.37%100%-
XYZ79.8479.45105.73-
YUV232.3140.81130.64-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.91%
GREEN value IS 226 (88.67% from 255) = 31.52%
BLUE value IS 255 (100% from 255) = 35.56%
R=32.91%
G=31.52%
B=35.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2362262550.070.1100260.6910094.31
HexECE2FF7B00105645e
Octal35434237771300405144136
Binary11101100111000101111111111110110010000010111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE2FF; }

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

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

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

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

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

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

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

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