#EFE7FD

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

Shades of Magnolia #EFE7FD

Tints of Magnolia #EFE7FD

Color information

#EFE7FD (or 0xEFE7FD) is unknown color: approx Magnolia. HEX triplet: EF, E7 and FD. RGB value is (239,231,253). Sum of RGB (Red+Green+Blue) = 239+231+253=723 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.06% from 723); Green value is 231 (90.62% from 255 or 31.95% from 723); Blue value is 253 (99.22% from 255 or 34.99% from 723); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFE7FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE7FD is #101802. Grayscale: #EBEBEB. Windows color (decimal): -1054723 or 16639983. OLE color: 16639983.

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

Color convert

RGB239231253-
CMYK0.060.0900.01
HSL261.82º84.62%94.9%-
HSV(B)261.82º8.7%99.22%-
XYZ81.982.59104.55-
YUV235.9137.65130.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.06%
GREEN value IS 231 (90.62% from 255) = 31.95%
BLUE value IS 253 (99.22% from 255) = 34.99%
R=33.06%
G=31.95%
B=34.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392312530.060.0900.01261.8284.6294.9
HexEFE7FD6901106555f
Octal35734737561101406125137
Binary11101111111001111111110111010010110000011010101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE7FD; }

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

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

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

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

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

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

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

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