#EFDEFF

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

Shades of Magnolia #EFDEFF

Tints of Magnolia #EFDEFF

Color information

#EFDEFF (or 0xEFDEFF) is unknown color: approx Magnolia. HEX triplet: EF, DE and FF. RGB value is (239,222,255). Sum of RGB (Red+Green+Blue) = 239+222+255=716 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.38% from 716); Green value is 222 (87.11% from 255 or 31.01% from 716); Blue value is 255 (100% from 255 or 35.61% from 716); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFDEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDEFF is #102100. Grayscale: #E6E6E6. Windows color (decimal): -1057025 or 16768751. OLE color: 16768751.

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

Color convert

RGB239222255-
CMYK0.060.1300
HSL270.91º100%93.53%-
HSV(B)270.91º12.94%100%-
XYZ79.7777.81105.42-
YUV230.84141.63133.82-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.38%
GREEN value IS 222 (87.11% from 255) = 31.01%
BLUE value IS 255 (100% from 255) = 35.61%
R=33.38%
G=31.01%
B=35.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392222550.060.1300270.9110093.53
HexEFDEFF6D0010f645e
Octal35733637761500417144136
Binary11101111110111101111111111011010010000111111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDEFF; }

 p { color: rgb(239,222,255); }

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

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

 a { background-color: rgb(239,222,255); }

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

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

 span { border-color: rgb(239,222,255); }

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