#ECE7FB

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

Shades of Magnolia #ECE7FB

Tints of Magnolia #ECE7FB

Color information

#ECE7FB (or 0xECE7FB) is unknown color: approx Magnolia. HEX triplet: EC, E7 and FB. RGB value is (236,231,251). Sum of RGB (Red+Green+Blue) = 236+231+251=718 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.87% from 718); Green value is 231 (90.62% from 255 or 32.17% from 718); Blue value is 251 (98.44% from 255 or 34.96% from 718); Max value from RGB is 251 - color contains mainly: blue. Hex color #ECE7FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECE7FB is #131804. Grayscale: #EAEAEA. Windows color (decimal): -1251333 or 16508908. OLE color: 16508908.

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

Color convert

RGB236231251-
CMYK0.060.0800.02
HSL255º71.43%94.51%-
HSV(B)255º7.97%98.43%-
XYZ80.5881.95102.84-
YUV234.77137.16128.87-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.87%
GREEN value IS 231 (90.62% from 255) = 32.17%
BLUE value IS 251 (98.44% from 255) = 34.96%
R=32.87%
G=32.17%
B=34.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362312510.060.0800.0225571.4394.51
HexECE7FB6802ff475f
Octal35434737361002377107137
Binary11101100111001111111101111010000101111111110001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE7FB; }

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

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

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

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

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

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

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

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