#ECDDFD

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

Shades of Magnolia #ECDDFD

Tints of Magnolia #ECDDFD

Color information

#ECDDFD (or 0xECDDFD) is unknown color: approx Magnolia. HEX triplet: EC, DD and FD. RGB value is (236,221,253). Sum of RGB (Red+Green+Blue) = 236+221+253=710 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.24% from 710); Green value is 221 (86.72% from 255 or 31.13% from 710); Blue value is 253 (99.22% from 255 or 35.63% from 710); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECDDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDDFD is #132202. Grayscale: #E5E5E5. Windows color (decimal): -1253891 or 16637420. OLE color: 16637420.

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

Color convert

RGB236221253-
CMYK0.070.1300.01
HSL268.12º88.89%92.94%-
HSV(B)268.12º12.65%99.22%-
XYZ78.1876.64103.6-
YUV229.13141.47132.9-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.24%
GREEN value IS 221 (86.72% from 255) = 31.13%
BLUE value IS 253 (99.22% from 255) = 35.63%
R=33.24%
G=31.13%
B=35.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362212530.070.1300.01268.1288.8992.94
HexECDDFD7D0110c595d
Octal35433537571501414131135
Binary11101100110111011111110111111010110000110010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDDFD; }

 p { color: rgb(236,221,253); }

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

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

 a { background-color: rgb(236,221,253); }

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

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

 span { border-color: rgb(236,221,253); }

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