#EFE9FF

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

Shades of Magnolia #EFE9FF

Tints of Magnolia #EFE9FF

Color information

#EFE9FF (or 0xEFE9FF) is unknown color: approx Magnolia. HEX triplet: EF, E9 and FF. RGB value is (239,233,255). Sum of RGB (Red+Green+Blue) = 239+233+255=727 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.87% from 727); Green value is 233 (91.41% from 255 or 32.05% from 727); Blue value is 255 (100% from 255 or 35.08% from 727); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFE9FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE9FF is #101600. Grayscale: #EDEDED. Windows color (decimal): -1054209 or 16771567. OLE color: 16771567.

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

Color convert

RGB239233255-
CMYK0.060.0900
HSL256.36º100%95.69%-
HSV(B)256.36º8.63%100%-
XYZ82.7983.85106.43-
YUV237.3137.99129.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.87%
GREEN value IS 233 (91.41% from 255) = 32.05%
BLUE value IS 255 (100% from 255) = 35.08%
R=32.87%
G=32.05%
B=35.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392332550.060.0900256.3610095.69
HexEFE9FF69001006460
Octal35735137761100400144140
Binary11101111111010011111111111010010010000000011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE9FF; }

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

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

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

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

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

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

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

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