#ECE0FB

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

Shades of Magnolia #ECE0FB

Tints of Magnolia #ECE0FB

Color information

#ECE0FB (or 0xECE0FB) is unknown color: approx Magnolia. HEX triplet: EC, E0 and FB. RGB value is (236,224,251). Sum of RGB (Red+Green+Blue) = 236+224+251=711 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.19% from 711); Green value is 224 (87.89% from 255 or 31.50% from 711); Blue value is 251 (98.44% from 255 or 35.30% from 711); Max value from RGB is 251 - color contains mainly: blue. Hex color #ECE0FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE0FB is #131F04. Grayscale: #E6E6E6. Windows color (decimal): -1253125 or 16507116. OLE color: 16507116.

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

Color convert

RGB236224251-
CMYK0.060.1100.02
HSL266.67º77.14%93.14%-
HSV(B)266.67º10.76%98.43%-
XYZ78.6678.11102.2-
YUV230.67139.48131.8-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.19%
GREEN value IS 224 (87.89% from 255) = 31.50%
BLUE value IS 251 (98.44% from 255) = 35.30%
R=33.19%
G=31.50%
B=35.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362242510.060.1100.02266.6777.1493.14
HexECE0FB6B0210b4d5d
Octal35434037361302413115135
Binary111011001110000011111011110101101010000101110011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE0FB; }

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

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

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

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

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

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

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

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