#ECE1FB

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

Shades of Magnolia #ECE1FB

Tints of Magnolia #ECE1FB

Color information

#ECE1FB (or 0xECE1FB) is unknown color: approx Magnolia. HEX triplet: EC, E1 and FB. RGB value is (236,225,251). Sum of RGB (Red+Green+Blue) = 236+225+251=712 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.15% from 712); Green value is 225 (88.28% from 255 or 31.60% from 712); Blue value is 251 (98.44% from 255 or 35.25% from 712); Max value from RGB is 251 - color contains mainly: blue. Hex color #ECE1FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE1FB is #131E04. Grayscale: #E7E7E7. Windows color (decimal): -1252869 or 16507372. OLE color: 16507372.

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

Color convert

RGB236225251-
CMYK0.060.1000.02
HSL265.38º76.47%93.33%-
HSV(B)265.38º10.36%98.43%-
XYZ78.9378.65102.29-
YUV231.25139.14131.39-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.15%
GREEN value IS 225 (88.28% from 255) = 31.60%
BLUE value IS 251 (98.44% from 255) = 35.25%
R=33.15%
G=31.60%
B=35.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362252510.060.1000.02265.3876.4793.33
HexECE1FB6A021094c5d
Octal35434137361202411114135
Binary111011001110000111111011110101001010000100110011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE1FB; }

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

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

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

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

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

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

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

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