#ECDEFD

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

Shades of Magnolia #ECDEFD

Tints of Magnolia #ECDEFD

Color information

#ECDEFD (or 0xECDEFD) is unknown color: approx Magnolia. HEX triplet: EC, DE and FD. RGB value is (236,222,253). Sum of RGB (Red+Green+Blue) = 236+222+253=711 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.19% from 711); Green value is 222 (87.11% from 255 or 31.22% from 711); Blue value is 253 (99.22% from 255 or 35.58% from 711); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECDEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDEFD is #132102. Grayscale: #E5E5E5. Windows color (decimal): -1253635 or 16637676. OLE color: 16637676.

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

Color convert

RGB236222253-
CMYK0.070.1200.01
HSL267.1º88.57%93.14%-
HSV(B)267.1º12.25%99.22%-
XYZ78.4477.17103.69-
YUV229.72141.14132.48-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.19%
GREEN value IS 222 (87.11% from 255) = 31.22%
BLUE value IS 253 (99.22% from 255) = 35.58%
R=33.19%
G=31.22%
B=35.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362222530.070.1200.01267.188.5793.14
HexECDEFD7C0110b595d
Octal35433637571401413131135
Binary11101100110111101111110111111000110000101110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDEFD; }

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

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

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

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

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

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

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

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