#EBE6F8

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

Shades of Magnolia #EBE6F8

Tints of Magnolia #EBE6F8

Color information

#EBE6F8 (or 0xEBE6F8) is unknown color: approx Magnolia. HEX triplet: EB, E6 and F8. RGB value is (235,230,248). Sum of RGB (Red+Green+Blue) = 235+230+248=713 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.96% from 713); Green value is 230 (90.23% from 255 or 32.26% from 713); Blue value is 248 (97.27% from 255 or 34.78% from 713); Max value from RGB is 248 - color contains mainly: blue. Hex color #EBE6F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBE6F8 is #141907. Grayscale: #E9E9E9. Windows color (decimal): -1317128 or 16312043. OLE color: 16312043.

HSL color Cylindrical-coordinate representation of color #EBE6F8: hue angle of 256.67º degrees, saturation: 0.56, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBE6F8 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB235230248-
CMYK0.050.0700.03
HSL256.67º56.25%93.73%-
HSV(B)256.67º7.26%97.25%-
XYZ79.581.03100.26-
YUV233.55136.16129.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.96%
GREEN value IS 230 (90.23% from 255) = 32.26%
BLUE value IS 248 (97.27% from 255) = 34.78%
R=32.96%
G=32.26%
B=34.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2352302480.050.0700.03256.6756.2593.73
HexEBE6F85703101385e
Octal353346370570340170136
Binary1110101111100110111110001011110111000000011110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE6F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE6F8; }

 p { color: rgb(235,230,248); }

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

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

 a { background-color: rgb(235,230,248); }

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

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

 span { border-color: rgb(235,230,248); }

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