#EFE0FF

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

Shades of Magnolia #EFE0FF

Tints of Magnolia #EFE0FF

Color information

#EFE0FF (or 0xEFE0FF) is unknown color: approx Magnolia. HEX triplet: EF, E0 and FF. RGB value is (239,224,255). Sum of RGB (Red+Green+Blue) = 239+224+255=718 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.29% from 718); Green value is 224 (87.89% from 255 or 31.20% from 718); Blue value is 255 (100% from 255 or 35.52% from 718); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFE0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE0FF is #101F00. Grayscale: #E7E7E7. Windows color (decimal): -1056513 or 16769263. OLE color: 16769263.

HSL color Cylindrical-coordinate representation of color #EFE0FF: hue angle of 269.03º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EFE0FF is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB239224255-
CMYK0.060.1200
HSL269.03º100%93.92%-
HSV(B)269.03º12.16%100%-
XYZ80.378.88105.6-
YUV232.02140.97132.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.29%
GREEN value IS 224 (87.89% from 255) = 31.20%
BLUE value IS 255 (100% from 255) = 35.52%
R=33.29%
G=31.20%
B=35.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392242550.060.1200269.0310093.92
HexEFE0FF6C0010d645e
Octal35734037761400415144136
Binary11101111111000001111111111011000010000110111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE0FF; }

 p { color: rgb(239,224,255); }

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

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

 a { background-color: rgb(239,224,255); }

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

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

 span { border-color: rgb(239,224,255); }

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