#EFE3FF

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

Shades of Magnolia #EFE3FF

Tints of Magnolia #EFE3FF

Color information

#EFE3FF (or 0xEFE3FF) is unknown color: approx Magnolia. HEX triplet: EF, E3 and FF. RGB value is (239,227,255). Sum of RGB (Red+Green+Blue) = 239+227+255=721 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.15% from 721); Green value is 227 (89.06% from 255 or 31.48% from 721); Blue value is 255 (100% from 255 or 35.37% from 721); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFE3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE3FF is #101C00. Grayscale: #E9E9E9. Windows color (decimal): -1055745 or 16770031. OLE color: 16770031.

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

Color convert

RGB239227255-
CMYK0.060.1100
HSL265.71º100%94.51%-
HSV(B)265.71º10.98%100%-
XYZ81.1280.51105.87-
YUV233.78139.98131.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.15%
GREEN value IS 227 (89.06% from 255) = 31.48%
BLUE value IS 255 (100% from 255) = 35.37%
R=33.15%
G=31.48%
B=35.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392272550.060.1100265.7110094.51
HexEFE3FF6B0010a645f
Octal35734337761300412144137
Binary11101111111000111111111111010110010000101011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE3FF; }

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

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

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

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

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

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

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

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