#EBE6F3

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

Shades of Magnolia #EBE6F3

Tints of Magnolia #EBE6F3

Color information

#EBE6F3 (or 0xEBE6F3) is unknown color: approx Magnolia. HEX triplet: EB, E6 and F3. RGB value is (235,230,243). Sum of RGB (Red+Green+Blue) = 235+230+243=708 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.19% from 708); Green value is 230 (90.23% from 255 or 32.49% from 708); Blue value is 243 (95.31% from 255 or 34.32% from 708); Max value from RGB is 243 - color contains mainly: blue. Hex color #EBE6F3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBE6F3 is #14190C. Grayscale: #E8E8E8. Windows color (decimal): -1317133 or 15984363. OLE color: 15984363.

HSL color Cylindrical-coordinate representation of color #EBE6F3: hue angle of 263.08º degrees, saturation: 0.35, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EBE6F3 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235230243-
CMYK0.030.0500.05
HSL263.08º35.14%92.75%-
HSV(B)263.08º5.35%95.29%-
XYZ78.7480.7396.23-
YUV232.98133.66129.44-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.19%
GREEN value IS 230 (90.23% from 255) = 32.49%
BLUE value IS 243 (95.31% from 255) = 34.32%
R=33.19%
G=32.49%
B=34.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352302430.030.0500.05263.0835.1492.75
HexEBE6F33505107235d
Octal353346363350540743135
Binary1110101111100110111100111110101011000001111000111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE6F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE6F3; }

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

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

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

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

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

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

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

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