#EADCFF

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

Shades of Magnolia #EADCFF

Tints of Magnolia #EADCFF

Color information

#EADCFF (or 0xEADCFF) is unknown color: approx Magnolia. HEX triplet: EA, DC and FF. RGB value is (234,220,255). Sum of RGB (Red+Green+Blue) = 234+220+255=709 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.00% from 709); Green value is 220 (86.33% from 255 or 31.03% from 709); Blue value is 255 (100% from 255 or 35.97% from 709); Max value from RGB is 255 - color contains mainly: blue. Hex color #EADCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADCFF is #152300. Grayscale: #E4E4E4. Windows color (decimal): -1385217 or 16768234. OLE color: 16768234.

HSL color Cylindrical-coordinate representation of color #EADCFF: hue angle of 264º 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 #EADCFF is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB234220255-
CMYK0.080.1400
HSL264º100%93.14%-
HSV(B)264º13.73%100%-
XYZ77.5775.9105.17-
YUV228.18143.14132.15-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.00%
GREEN value IS 220 (86.33% from 255) = 31.03%
BLUE value IS 255 (100% from 255) = 35.97%
R=33.00%
G=31.03%
B=35.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342202550.080.140026410093.14
HexEADCFF8E00108645d
Octal352334377101600410144135
Binary111010101101110011111111100011100010000100011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADCFF; }

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

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

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

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

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

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

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

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