#ECDCFF

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

Shades of Magnolia #ECDCFF

Tints of Magnolia #ECDCFF

Color information

#ECDCFF (or 0xECDCFF) is unknown color: approx Magnolia. HEX triplet: EC, DC and FF. RGB value is (236,220,255). Sum of RGB (Red+Green+Blue) = 236+220+255=711 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.19% from 711); Green value is 220 (86.33% from 255 or 30.94% from 711); Blue value is 255 (100% from 255 or 35.86% from 711); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECDCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDCFF is #132300. Grayscale: #E4E4E4. Windows color (decimal): -1254145 or 16768236. OLE color: 16768236.

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

Color convert

RGB236220255-
CMYK0.070.1400
HSL267.43º100%93.14%-
HSV(B)267.43º13.73%100%-
XYZ78.2476.24105.2-
YUV228.77142.8133.15-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.19%
GREEN value IS 220 (86.33% from 255) = 30.94%
BLUE value IS 255 (100% from 255) = 35.86%
R=33.19%
G=30.94%
B=35.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2362202550.070.1400267.4310093.14
HexECDCFF7E0010b645d
Octal35433437771600413144135
Binary11101100110111001111111111111100010000101111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDCFF; }

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

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

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

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

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

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

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

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