#ECE6FE

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

Shades of Magnolia #ECE6FE

Tints of Magnolia #ECE6FE

Color information

#ECE6FE (or 0xECE6FE) is unknown color: approx Magnolia. HEX triplet: EC, E6 and FE. RGB value is (236,230,254). Sum of RGB (Red+Green+Blue) = 236+230+254=720 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.78% from 720); Green value is 230 (90.23% from 255 or 31.94% from 720); Blue value is 254 (99.61% from 255 or 35.28% from 720); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECE6FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECE6FE is #131901. Grayscale: #EAEAEA. Windows color (decimal): -1251586 or 16705260. OLE color: 16705260.

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

Color convert

RGB236230254-
CMYK0.070.0900.00
HSL255º92.31%94.9%-
HSV(B)255º9.45%99.61%-
XYZ80.7881.58105.26-
YUV234.53138.99129.05-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.78%
GREEN value IS 230 (90.23% from 255) = 31.94%
BLUE value IS 254 (99.61% from 255) = 35.28%
R=32.78%
G=31.94%
B=35.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2362302540.070.0900.0025592.3194.9
HexECE6FE7900ff5c5f
Octal35434637671100377134137
Binary1110110011100110111111101111001001111111110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE6FE; }

 p { color: rgb(236,230,254); }

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

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

 a { background-color: rgb(236,230,254); }

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

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

 span { border-color: rgb(236,230,254); }

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