#EDDFFE

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

Shades of Magnolia #EDDFFE

Tints of Magnolia #EDDFFE

Color information

#EDDFFE (or 0xEDDFFE) is unknown color: approx Magnolia. HEX triplet: ED, DF and FE. RGB value is (237,223,254). Sum of RGB (Red+Green+Blue) = 237+223+254=714 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.19% from 714); Green value is 223 (87.5% from 255 or 31.23% from 714); Blue value is 254 (99.61% from 255 or 35.57% from 714); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDDFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDFFE is #122001. Grayscale: #E6E6E6. Windows color (decimal): -1187842 or 16703469. OLE color: 16703469.

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

Color convert

RGB237223254-
CMYK0.070.1200.00
HSL267.1º93.94%93.53%-
HSV(B)267.1º12.2%99.61%-
XYZ79.277.94104.63-
YUV230.72141.14132.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.19%
GREEN value IS 223 (87.5% from 255) = 31.23%
BLUE value IS 254 (99.61% from 255) = 35.57%
R=33.19%
G=31.23%
B=35.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2372232540.070.1200.00267.193.9493.53
HexEDDFFE7C0010b5e5e
Octal35533737671400413136136
Binary11101101110111111111111011111000010000101110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDFFE; }

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

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

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

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

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

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

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

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