#EDDDFF

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

Shades of Magnolia #EDDDFF

Tints of Magnolia #EDDDFF

Color information

#EDDDFF (or 0xEDDDFF) is unknown color: approx Magnolia. HEX triplet: ED, DD and FF. RGB value is (237,221,255). Sum of RGB (Red+Green+Blue) = 237+221+255=713 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.24% from 713); Green value is 221 (86.72% from 255 or 31.00% from 713); Blue value is 255 (100% from 255 or 35.76% from 713); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDDDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDDFF is #122200. Grayscale: #E5E5E5. Windows color (decimal): -1188353 or 16768493. OLE color: 16768493.

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

Color convert

RGB237221255-
CMYK0.070.1300
HSL268.24º100%93.33%-
HSV(B)268.24º13.33%100%-
XYZ78.8376.94105.3-
YUV229.66142.3133.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.24%
GREEN value IS 221 (86.72% from 255) = 31.00%
BLUE value IS 255 (100% from 255) = 35.76%
R=33.24%
G=31.00%
B=35.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372212550.070.1300268.2410093.33
HexEDDDFF7D0010c645d
Octal35533537771500414144135
Binary11101101110111011111111111111010010000110011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDDFF; }

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

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

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

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

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

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

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

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