#EADBFF

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

Shades of Magnolia #EADBFF

Tints of Magnolia #EADBFF

Color information

#EADBFF (or 0xEADBFF) is unknown color: approx Magnolia. HEX triplet: EA, DB and FF. RGB value is (234,219,255). Sum of RGB (Red+Green+Blue) = 234+219+255=708 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.05% from 708); Green value is 219 (85.94% from 255 or 30.93% from 708); Blue value is 255 (100% from 255 or 36.02% from 708); Max value from RGB is 255 - color contains mainly: blue. Hex color #EADBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADBFF is #152400. Grayscale: #E3E3E3. Windows color (decimal): -1385473 or 16767978. OLE color: 16767978.

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

Color convert

RGB234219255-
CMYK0.080.1400
HSL265º100%92.94%-
HSV(B)265º14.12%100%-
XYZ77.3175.38105.08-
YUV227.59143.47132.57-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.05%
GREEN value IS 219 (85.94% from 255) = 30.93%
BLUE value IS 255 (100% from 255) = 36.02%
R=33.05%
G=30.93%
B=36.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342192550.080.140026510092.94
HexEADBFF8E00109645d
Octal352333377101600411144135
Binary111010101101101111111111100011100010000100111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADBFF; }

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

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

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

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

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

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

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

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