#EADFFC

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

Shades of Magnolia #EADFFC

Tints of Magnolia #EADFFC

Color information

#EADFFC (or 0xEADFFC) is unknown color: approx Magnolia. HEX triplet: EA, DF and FC. RGB value is (234,223,252). Sum of RGB (Red+Green+Blue) = 234+223+252=709 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.00% from 709); Green value is 223 (87.5% from 255 or 31.45% from 709); Blue value is 252 (98.83% from 255 or 35.54% from 709); Max value from RGB is 252 - color contains mainly: blue. Hex color #EADFFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADFFC is #152003. Grayscale: #E5E5E5. Windows color (decimal): -1384452 or 16572394. OLE color: 16572394.

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

Color convert

RGB234223252-
CMYK0.070.1200.01
HSL262.76º82.86%93.14%-
HSV(B)262.76º11.51%98.82%-
XYZ77.8977.3102.91-
YUV229.59140.64131.14-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.00%
GREEN value IS 223 (87.5% from 255) = 31.45%
BLUE value IS 252 (98.83% from 255) = 35.54%
R=33.00%
G=31.45%
B=35.54%

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
Decimal2342232520.070.1200.01262.7682.8693.14
HexEADFFC7C01107535d
Octal35233737471401407123135
Binary11101010110111111111110011111000110000011110100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADFFC; }

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

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

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

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

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

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

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

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