#ECE1FD

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

Shades of Magnolia #ECE1FD

Tints of Magnolia #ECE1FD

Color information

#ECE1FD (or 0xECE1FD) is unknown color: approx Magnolia. HEX triplet: EC, E1 and FD. RGB value is (236,225,253). Sum of RGB (Red+Green+Blue) = 236+225+253=714 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.05% from 714); Green value is 225 (88.28% from 255 or 31.51% from 714); Blue value is 253 (99.22% from 255 or 35.43% from 714); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECE1FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE1FD is #131E02. Grayscale: #E7E7E7. Windows color (decimal): -1252867 or 16638444. OLE color: 16638444.

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

Color convert

RGB236225253-
CMYK0.070.1100.01
HSL263.57º87.5%93.73%-
HSV(B)263.57º11.07%99.22%-
XYZ79.2578.78103.96-
YUV231.48140.14131.22-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.05%
GREEN value IS 225 (88.28% from 255) = 31.51%
BLUE value IS 253 (99.22% from 255) = 35.43%
R=33.05%
G=31.51%
B=35.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362252530.070.1100.01263.5787.593.73
HexECE1FD7B01108585e
Octal35434137571301410130136
Binary11101100111000011111110111110110110000100010110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE1FD; }

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

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

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

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

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

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

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

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