#EFEAFD

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

Shades of Magnolia #EFEAFD

Tints of Magnolia #EFEAFD

Color information

#EFEAFD (or 0xEFEAFD) is unknown color: approx Magnolia. HEX triplet: EF, EA and FD. RGB value is (239,234,253). Sum of RGB (Red+Green+Blue) = 239+234+253=726 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.92% from 726); Green value is 234 (91.80% from 255 or 32.23% from 726); Blue value is 253 (99.22% from 255 or 34.85% from 726); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFEAFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEAFD is #101502. Grayscale: #EDEDED. Windows color (decimal): -1053955 or 16640751. OLE color: 16640751.

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

Color convert

RGB239234253-
CMYK0.060.0800.01
HSL255.79º82.61%95.49%-
HSV(B)255.79º7.51%99.22%-
XYZ82.7584.29104.84-
YUV237.66136.66128.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.92%
GREEN value IS 234 (91.80% from 255) = 32.23%
BLUE value IS 253 (99.22% from 255) = 34.85%
R=32.92%
G=32.23%
B=34.85%

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
Decimal2392342530.060.0800.01255.7982.6195.49
HexEFEAFD6801100535f
Octal35735237561001400123137
Binary11101111111010101111110111010000110000000010100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEAFD; }

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

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

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

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

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

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

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

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