#EFE2FE

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

Shades of Magnolia #EFE2FE

Tints of Magnolia #EFE2FE

Color information

#EFE2FE (or 0xEFE2FE) is unknown color: approx Magnolia. HEX triplet: EF, E2 and FE. RGB value is (239,226,254). Sum of RGB (Red+Green+Blue) = 239+226+254=719 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.24% from 719); Green value is 226 (88.67% from 255 or 31.43% from 719); Blue value is 254 (99.61% from 255 or 35.33% from 719); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFE2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE2FE is #101D01. Grayscale: #E8E8E8. Windows color (decimal): -1056002 or 16704239. OLE color: 16704239.

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

Color convert

RGB239226254-
CMYK0.060.1100.00
HSL267.86º93.33%94.12%-
HSV(B)267.86º11.02%99.61%-
XYZ80.6879.9104.94-
YUV233.08139.81132.22-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.24%
GREEN value IS 226 (88.67% from 255) = 31.43%
BLUE value IS 254 (99.61% from 255) = 35.33%
R=33.24%
G=31.43%
B=35.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2392262540.060.1100.00267.8693.3394.12
HexEFE2FE6B0010c5d5e
Octal35734237661300414135136
Binary11101111111000101111111011010110010000110010111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE2FE; }

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

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

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

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

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

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

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

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