#EFDFFF

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

Shades of Magnolia #EFDFFF

Tints of Magnolia #EFDFFF

Color information

#EFDFFF (or 0xEFDFFF) is unknown color: approx Magnolia. HEX triplet: EF, DF and FF. RGB value is (239,223,255). Sum of RGB (Red+Green+Blue) = 239+223+255=717 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.33% from 717); Green value is 223 (87.5% from 255 or 31.10% from 717); Blue value is 255 (100% from 255 or 35.56% from 717); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFDFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDFFF is #102000. Grayscale: #E7E7E7. Windows color (decimal): -1056769 or 16769007. OLE color: 16769007.

HSL color Cylindrical-coordinate representation of color #EFDFFF: hue angle of 270º 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 #EFDFFF is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB239223255-
CMYK0.060.1300
HSL270º100%93.73%-
HSV(B)270º12.55%100%-
XYZ80.0378.35105.51-
YUV231.43141.3133.4-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.33%
GREEN value IS 223 (87.5% from 255) = 31.10%
BLUE value IS 255 (100% from 255) = 35.56%
R=33.33%
G=31.10%
B=35.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392232550.060.130027010093.73
HexEFDFFF6D0010e645e
Octal35733737761500416144136
Binary11101111110111111111111111011010010000111011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDFFF; }

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

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

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

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

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

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

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

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