#ECE0FC

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

Shades of Magnolia #ECE0FC

Tints of Magnolia #ECE0FC

Color information

#ECE0FC (or 0xECE0FC) is unknown color: approx Magnolia. HEX triplet: EC, E0 and FC. RGB value is (236,224,252). Sum of RGB (Red+Green+Blue) = 236+224+252=712 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.15% from 712); Green value is 224 (87.89% from 255 or 31.46% from 712); Blue value is 252 (98.83% from 255 or 35.39% from 712); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECE0FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE0FC is #131F03. Grayscale: #E6E6E6. Windows color (decimal): -1253124 or 16572652. OLE color: 16572652.

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

Color convert

RGB236224252-
CMYK0.060.1100.01
HSL265.71º82.35%93.33%-
HSV(B)265.71º11.11%98.82%-
XYZ78.8278.17103.03-
YUV230.78139.98131.72-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.15%
GREEN value IS 224 (87.89% from 255) = 31.46%
BLUE value IS 252 (98.83% from 255) = 35.39%
R=33.15%
G=31.46%
B=35.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362242520.060.1100.01265.7182.3593.33
HexECE0FC6B0110a525d
Octal35434037461301412122135
Binary11101100111000001111110011010110110000101010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE0FC; }

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

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

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

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

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

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

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

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