#EADCFC

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

Shades of Magnolia #EADCFC

Tints of Magnolia #EADCFC

Color information

#EADCFC (or 0xEADCFC) is unknown color: approx Magnolia. HEX triplet: EA, DC and FC. RGB value is (234,220,252). Sum of RGB (Red+Green+Blue) = 234+220+252=706 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.14% from 706); Green value is 220 (86.33% from 255 or 31.16% from 706); Blue value is 252 (98.83% from 255 or 35.69% from 706); Max value from RGB is 252 - color contains mainly: blue. Hex color #EADCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADCFC is #152303. Grayscale: #E3E3E3. Windows color (decimal): -1385220 or 16571626. OLE color: 16571626.

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

Color convert

RGB234220252-
CMYK0.070.1300.01
HSL266.25º84.21%92.55%-
HSV(B)266.25º12.7%98.82%-
XYZ77.175.71102.65-
YUV227.83141.64132.4-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.14%
GREEN value IS 220 (86.33% from 255) = 31.16%
BLUE value IS 252 (98.83% from 255) = 35.69%
R=33.14%
G=31.16%
B=35.69%

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
Decimal2342202520.070.1300.01266.2584.2192.55
HexEADCFC7D0110a545d
Octal35233437471501412124135
Binary11101010110111001111110011111010110000101010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADCFC; }

 p { color: rgb(234,220,252); }

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

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

 a { background-color: rgb(234,220,252); }

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

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

 span { border-color: rgb(234,220,252); }

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