#EBE6F6

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

Shades of Magnolia #EBE6F6

Tints of Magnolia #EBE6F6

Color information

#EBE6F6 (or 0xEBE6F6) is unknown color: approx Magnolia. HEX triplet: EB, E6 and F6. RGB value is (235,230,246). Sum of RGB (Red+Green+Blue) = 235+230+246=711 (94% of max value = 765). Red value is 235 (92.19% from 255 or 33.05% from 711); Green value is 230 (90.23% from 255 or 32.35% from 711); Blue value is 246 (96.48% from 255 or 34.60% from 711); Max value from RGB is 246 - color contains mainly: blue. Hex color #EBE6F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBE6F6 is #141909. Grayscale: #E9E9E9. Windows color (decimal): -1317130 or 16180971. OLE color: 16180971.

HSL color Cylindrical-coordinate representation of color #EBE6F6: hue angle of 258.75º degrees, saturation: 0.47, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBE6F6 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB235230246-
CMYK0.040.0700.04
HSL258.75º47.06%93.33%-
HSV(B)258.75º6.5%96.47%-
XYZ79.1980.9198.63-
YUV233.32135.16129.2-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.05%
GREEN value IS 230 (90.23% from 255) = 32.35%
BLUE value IS 246 (96.48% from 255) = 34.60%
R=33.05%
G=32.35%
B=34.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2352302460.040.0700.04258.7547.0693.33
HexEBE6F647041032f5d
Octal353346366470440357135
Binary11101011111001101111011010011101001000000111011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE6F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE6F6; }

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

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

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

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

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

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

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

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