#EFE8FD

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

Shades of Magnolia #EFE8FD

Tints of Magnolia #EFE8FD

Color information

#EFE8FD (or 0xEFE8FD) is unknown color: approx Magnolia. HEX triplet: EF, E8 and FD. RGB value is (239,232,253). Sum of RGB (Red+Green+Blue) = 239+232+253=724 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.01% from 724); Green value is 232 (91.02% from 255 or 32.04% from 724); Blue value is 253 (99.22% from 255 or 34.94% from 724); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFE8FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE8FD is #101702. Grayscale: #ECECEC. Windows color (decimal): -1054467 or 16640239. OLE color: 16640239.

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

Color convert

RGB239232253-
CMYK0.060.0800.01
HSL260º84%95.1%-
HSV(B)260º8.3%99.22%-
XYZ82.1883.16104.65-
YUV236.49137.32129.79-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.01%
GREEN value IS 232 (91.02% from 255) = 32.04%
BLUE value IS 253 (99.22% from 255) = 34.94%
R=33.01%
G=32.04%
B=34.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392322530.060.0800.012608495.1
HexEFE8FD6801104545f
Octal35735037561001404124137
Binary11101111111010001111110111010000110000010010101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE8FD; }

 p { color: rgb(239,232,253); }

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

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

 a { background-color: rgb(239,232,253); }

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

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

 span { border-color: rgb(239,232,253); }

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