#ECDEFE

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

Shades of Magnolia #ECDEFE

Tints of Magnolia #ECDEFE

Color information

#ECDEFE (or 0xECDEFE) is unknown color: approx Magnolia. HEX triplet: EC, DE and FE. RGB value is (236,222,254). Sum of RGB (Red+Green+Blue) = 236+222+254=712 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.15% from 712); Green value is 222 (87.11% from 255 or 31.18% from 712); Blue value is 254 (99.61% from 255 or 35.67% from 712); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECDEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDEFE is #132101. Grayscale: #E5E5E5. Windows color (decimal): -1253634 or 16703212. OLE color: 16703212.

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

Color convert

RGB236222254-
CMYK0.070.1300.00
HSL266.25º94.12%93.33%-
HSV(B)266.25º12.6%99.61%-
XYZ78.677.23104.53-
YUV229.83141.64132.4-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.15%
GREEN value IS 222 (87.11% from 255) = 31.18%
BLUE value IS 254 (99.61% from 255) = 35.67%
R=33.15%
G=31.18%
B=35.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2362222540.070.1300.00266.2594.1293.33
HexECDEFE7D0010a5e5d
Octal35433637671500412136135
Binary11101100110111101111111011111010010000101010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDEFE; }

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

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

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

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

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

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

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

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