#EADEFC

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

Shades of Magnolia #EADEFC

Tints of Magnolia #EADEFC

Color information

#EADEFC (or 0xEADEFC) is unknown color: approx Magnolia. HEX triplet: EA, DE and FC. RGB value is (234,222,252). Sum of RGB (Red+Green+Blue) = 234+222+252=708 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.05% from 708); Green value is 222 (87.11% from 255 or 31.36% from 708); Blue value is 252 (98.83% from 255 or 35.59% from 708); Max value from RGB is 252 - color contains mainly: blue. Hex color #EADEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADEFC is #152103. Grayscale: #E4E4E4. Windows color (decimal): -1384708 or 16572138. OLE color: 16572138.

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

Color convert

RGB234222252-
CMYK0.070.1200.01
HSL264º83.33%92.94%-
HSV(B)264º11.9%98.82%-
XYZ77.6276.76102.82-
YUV229.01140.98131.56-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.05%
GREEN value IS 222 (87.11% from 255) = 31.36%
BLUE value IS 252 (98.83% from 255) = 35.59%
R=33.05%
G=31.36%
B=35.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342222520.070.1200.0126483.3392.94
HexEADEFC7C01108535d
Octal35233637471401410123135
Binary11101010110111101111110011111000110000100010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADEFC; }

 p { color: rgb(234,222,252); }

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

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

 a { background-color: rgb(234,222,252); }

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

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

 span { border-color: rgb(234,222,252); }

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