#ECDCFE

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

Shades of Magnolia #ECDCFE

Tints of Magnolia #ECDCFE

Color information

#ECDCFE (or 0xECDCFE) is unknown color: approx Magnolia. HEX triplet: EC, DC and FE. RGB value is (236,220,254). Sum of RGB (Red+Green+Blue) = 236+220+254=710 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.24% from 710); Green value is 220 (86.33% from 255 or 30.99% from 710); Blue value is 254 (99.61% from 255 or 35.77% from 710); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECDCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDCFE is #132301. Grayscale: #E4E4E4. Windows color (decimal): -1254146 or 16702700. OLE color: 16702700.

HSL color Cylindrical-coordinate representation of color #ECDCFE: hue angle of 268.24º 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 #ECDCFE is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB236220254-
CMYK0.070.1300.00
HSL268.24º94.44%92.94%-
HSV(B)268.24º13.39%99.61%-
XYZ78.0776.18104.35-
YUV228.66142.3133.24-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.24%
GREEN value IS 220 (86.33% from 255) = 30.99%
BLUE value IS 254 (99.61% from 255) = 35.77%
R=33.24%
G=30.99%
B=35.77%

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
Decimal2362202540.070.1300.00268.2494.4492.94
HexECDCFE7D0010c5e5d
Octal35433437671500414136135
Binary11101100110111001111111011111010010000110010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDCFE; }

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

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

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

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

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

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

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

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