#EBBCF6

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

Shades of Mauve #EBBCF6

Tints of Mauve #EBBCF6

Color information

#EBBCF6 (or 0xEBBCF6) is unknown color: approx Mauve. HEX triplet: EB, BC and F6. RGB value is (235,188,246). Sum of RGB (Red+Green+Blue) = 235+188+246=669 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.13% from 669); Green value is 188 (73.83% from 255 or 28.10% from 669); Blue value is 246 (96.48% from 255 or 36.77% from 669); Max value from RGB is 246 - color contains mainly: blue. Hex color #EBBCF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBCF6 is #144309. Grayscale: #D0D0D0. Windows color (decimal): -1327882 or 16170219. OLE color: 16170219.

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

Color convert

RGB235188246-
CMYK0.040.2400.04
HSL288.62º76.32%85.1%-
HSV(B)288.62º23.58%96.47%-
XYZ68.8860.2895.19-
YUV208.66149.07146.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.13%
GREEN value IS 188 (73.83% from 255) = 28.10%
BLUE value IS 246 (96.48% from 255) = 36.77%
R=35.13%
G=28.10%
B=36.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2351882460.040.2400.04288.6276.3285.1
HexEBBCF6418041214c55
Octal35327436643004441114125
Binary11101011101111001111011010011000010010010000110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBCF6; }

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

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

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

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

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

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

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

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