#EADBFE

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

Shades of Magnolia #EADBFE

Tints of Magnolia #EADBFE

Color information

#EADBFE (or 0xEADBFE) is unknown color: approx Magnolia. HEX triplet: EA, DB and FE. RGB value is (234,219,254). Sum of RGB (Red+Green+Blue) = 234+219+254=707 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.10% from 707); Green value is 219 (85.94% from 255 or 30.98% from 707); Blue value is 254 (99.61% from 255 or 35.93% from 707); Max value from RGB is 254 - color contains mainly: blue. Hex color #EADBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADBFE is #152401. Grayscale: #E3E3E3. Windows color (decimal): -1385474 or 16702442. OLE color: 16702442.

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

Color convert

RGB234219254-
CMYK0.080.1400.00
HSL265.71º94.59%92.75%-
HSV(B)265.71º13.78%99.61%-
XYZ77.1575.31104.24-
YUV227.48142.97132.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.10%
GREEN value IS 219 (85.94% from 255) = 30.98%
BLUE value IS 254 (99.61% from 255) = 35.93%
R=33.10%
G=30.98%
B=35.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342192540.080.1400.00265.7194.5992.75
HexEADBFE8E0010a5f5d
Octal352333376101600412137135
Binary111010101101101111111110100011100010000101010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADBFE; }

 p { color: rgb(234,219,254); }

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

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

 a { background-color: rgb(234,219,254); }

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

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

 span { border-color: rgb(234,219,254); }

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