#EFE5FD

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

Shades of Magnolia #EFE5FD

Tints of Magnolia #EFE5FD

Color information

#EFE5FD (or 0xEFE5FD) is unknown color: approx Magnolia. HEX triplet: EF, E5 and FD. RGB value is (239,229,253). Sum of RGB (Red+Green+Blue) = 239+229+253=721 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.15% from 721); Green value is 229 (89.84% from 255 or 31.76% from 721); Blue value is 253 (99.22% from 255 or 35.09% from 721); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFE5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE5FD is #101A02. Grayscale: #EAEAEA. Windows color (decimal): -1055235 or 16639471. OLE color: 16639471.

HSL color Cylindrical-coordinate representation of color #EFE5FD: hue angle of 265º degrees, saturation: 0.86, 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 #EFE5FD is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB239229253-
CMYK0.060.0900.01
HSL265º85.71%94.51%-
HSV(B)265º9.49%99.22%-
XYZ81.3581.48104.37-
YUV234.73138.31131.05-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.15%
GREEN value IS 229 (89.84% from 255) = 31.76%
BLUE value IS 253 (99.22% from 255) = 35.09%
R=33.15%
G=31.76%
B=35.09%

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
Decimal2392292530.060.0900.0126585.7194.51
HexEFE5FD6901109565f
Octal35734537561101411126137
Binary11101111111001011111110111010010110000100110101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE5FD; }

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

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

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

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

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

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

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

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