#EDDFFD

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

Shades of Magnolia #EDDFFD

Tints of Magnolia #EDDFFD

Color information

#EDDFFD (or 0xEDDFFD) is unknown color: approx Magnolia. HEX triplet: ED, DF and FD. RGB value is (237,223,253). Sum of RGB (Red+Green+Blue) = 237+223+253=713 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.24% from 713); Green value is 223 (87.5% from 255 or 31.28% from 713); Blue value is 253 (99.22% from 255 or 35.48% from 713); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDDFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDFFD is #122002. Grayscale: #E6E6E6. Windows color (decimal): -1187843 or 16637933. OLE color: 16637933.

HSL color Cylindrical-coordinate representation of color #EDDFFD: hue angle of 268º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDDFFD is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB237223253-
CMYK0.060.1200.01
HSL268º88.24%93.33%-
HSV(B)268º11.86%99.22%-
XYZ79.0477.87103.79-
YUV230.61140.64132.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.24%
GREEN value IS 223 (87.5% from 255) = 31.28%
BLUE value IS 253 (99.22% from 255) = 35.48%
R=33.24%
G=31.28%
B=35.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372232530.060.1200.0126888.2493.33
HexEDDFFD6C0110c585d
Octal35533737561401414130135
Binary11101101110111111111110111011000110000110010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDFFD; }

 p { color: rgb(237,223,253); }

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

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

 a { background-color: rgb(237,223,253); }

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

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

 span { border-color: rgb(237,223,253); }

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