#EFE6FD

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

Shades of Magnolia #EFE6FD

Tints of Magnolia #EFE6FD

Color information

#EFE6FD (or 0xEFE6FD) is unknown color: approx Magnolia. HEX triplet: EF, E6 and FD. RGB value is (239,230,253). Sum of RGB (Red+Green+Blue) = 239+230+253=722 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.10% from 722); Green value is 230 (90.23% from 255 or 31.86% from 722); Blue value is 253 (99.22% from 255 or 35.04% from 722); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFE6FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE6FD is #101902. Grayscale: #EBEBEB. Windows color (decimal): -1054979 or 16639727. OLE color: 16639727.

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

Color convert

RGB239230253-
CMYK0.060.0900.01
HSL263.48º85.19%94.71%-
HSV(B)263.48º9.09%99.22%-
XYZ81.6282.04104.46-
YUV235.31137.98130.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.10%
GREEN value IS 230 (90.23% from 255) = 31.86%
BLUE value IS 253 (99.22% from 255) = 35.04%
R=33.10%
G=31.86%
B=35.04%

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
Decimal2392302530.060.0900.01263.4885.1994.71
HexEFE6FD6901107555f
Octal35734637561101407125137
Binary11101111111001101111110111010010110000011110101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE6FD; }

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

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

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

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

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

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

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

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