#EDDFFC

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

Shades of Magnolia #EDDFFC

Tints of Magnolia #EDDFFC

Color information

#EDDFFC (or 0xEDDFFC) is unknown color: approx Magnolia. HEX triplet: ED, DF and FC. RGB value is (237,223,252). Sum of RGB (Red+Green+Blue) = 237+223+252=712 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.29% from 712); Green value is 223 (87.5% from 255 or 31.32% from 712); Blue value is 252 (98.83% from 255 or 35.39% from 712); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDDFFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDFFC is #122003. Grayscale: #E6E6E6. Windows color (decimal): -1187844 or 16572397. OLE color: 16572397.

HSL color Cylindrical-coordinate representation of color #EDDFFC: hue angle of 268.97º degrees, saturation: 0.83, 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 #EDDFFC is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB237223252-
CMYK0.060.1200.01
HSL268.97º82.86%93.14%-
HSV(B)268.97º11.51%98.82%-
XYZ78.8877.81102.96-
YUV230.49140.14132.64-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.29%
GREEN value IS 223 (87.5% from 255) = 31.32%
BLUE value IS 252 (98.83% from 255) = 35.39%
R=33.29%
G=31.32%
B=35.39%

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
Decimal2372232520.060.1200.01268.9782.8693.14
HexEDDFFC6C0110d535d
Octal35533737461401415123135
Binary11101101110111111111110011011000110000110110100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDFFC; }

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

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

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

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

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

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

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

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