#EFDFFE

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

Shades of Magnolia #EFDFFE

Tints of Magnolia #EFDFFE

Color information

#EFDFFE (or 0xEFDFFE) is unknown color: approx Magnolia. HEX triplet: EF, DF and FE. RGB value is (239,223,254). Sum of RGB (Red+Green+Blue) = 239+223+254=716 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.38% from 716); Green value is 223 (87.5% from 255 or 31.15% from 716); Blue value is 254 (99.61% from 255 or 35.47% from 716); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFDFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDFFE is #102001. Grayscale: #E7E7E7. Windows color (decimal): -1056770 or 16703471. OLE color: 16703471.

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

Color convert

RGB239223254-
CMYK0.060.1200.00
HSL270.97º93.94%93.53%-
HSV(B)270.97º12.2%99.61%-
XYZ79.8778.28104.67-
YUV231.32140.8133.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.38%
GREEN value IS 223 (87.5% from 255) = 31.15%
BLUE value IS 254 (99.61% from 255) = 35.47%
R=33.38%
G=31.15%
B=35.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2392232540.060.1200.00270.9793.9493.53
HexEFDFFE6C0010f5e5e
Octal35733737661400417136136
Binary11101111110111111111111011011000010000111110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDFFE; }

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

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

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

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

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

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

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

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