#EFE2FD

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

Shades of Magnolia #EFE2FD

Tints of Magnolia #EFE2FD

Color information

#EFE2FD (or 0xEFE2FD) is unknown color: approx Magnolia. HEX triplet: EF, E2 and FD. RGB value is (239,226,253). Sum of RGB (Red+Green+Blue) = 239+226+253=718 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.29% from 718); Green value is 226 (88.67% from 255 or 31.48% from 718); Blue value is 253 (99.22% from 255 or 35.24% from 718); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFE2FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE2FD is #101D02. Grayscale: #E8E8E8. Windows color (decimal): -1056003 or 16638703. OLE color: 16638703.

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

Color convert

RGB239226253-
CMYK0.060.1100.01
HSL268.89º87.1%93.92%-
HSV(B)268.89º10.67%99.22%-
XYZ80.5279.84104.09-
YUV232.96139.31132.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.29%
GREEN value IS 226 (88.67% from 255) = 31.48%
BLUE value IS 253 (99.22% from 255) = 35.24%
R=33.29%
G=31.48%
B=35.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392262530.060.1100.01268.8987.193.92
HexEFE2FD6B0110d575e
Octal35734237561301415127136
Binary11101111111000101111110111010110110000110110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE2FD; }

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

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

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

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

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

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

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

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