#EDDDFE

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

Shades of Magnolia #EDDDFE

Tints of Magnolia #EDDDFE

Color information

#EDDDFE (or 0xEDDDFE) is unknown color: approx Magnolia. HEX triplet: ED, DD and FE. RGB value is (237,221,254). Sum of RGB (Red+Green+Blue) = 237+221+254=712 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.29% from 712); Green value is 221 (86.72% from 255 or 31.04% from 712); Blue value is 254 (99.61% from 255 or 35.67% from 712); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDDDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDDFE is #122201. Grayscale: #E5E5E5. Windows color (decimal): -1188354 or 16702957. OLE color: 16702957.

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

Color convert

RGB237221254-
CMYK0.070.1300.00
HSL269.09º94.29%93.14%-
HSV(B)269.09º12.99%99.61%-
XYZ78.6776.87104.46-
YUV229.55141.8133.32-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.29%
GREEN value IS 221 (86.72% from 255) = 31.04%
BLUE value IS 254 (99.61% from 255) = 35.67%
R=33.29%
G=31.04%
B=35.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2372212540.070.1300.00269.0994.2993.14
HexEDDDFE7D0010d5e5d
Octal35533537671500415136135
Binary11101101110111011111111011111010010000110110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDDFE; }

 p { color: rgb(237,221,254); }

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

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

 a { background-color: rgb(237,221,254); }

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

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

 span { border-color: rgb(237,221,254); }

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