#EBBCF7

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

Shades of Mauve #EBBCF7

Tints of Mauve #EBBCF7

Color information

#EBBCF7 (or 0xEBBCF7) is unknown color: approx Mauve. HEX triplet: EB, BC and F7. RGB value is (235,188,247). Sum of RGB (Red+Green+Blue) = 235+188+247=670 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.07% from 670); Green value is 188 (73.83% from 255 or 28.06% from 670); Blue value is 247 (96.88% from 255 or 36.87% from 670); Max value from RGB is 247 - color contains mainly: blue. Hex color #EBBCF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBCF7 is #144308. Grayscale: #D0D0D0. Windows color (decimal): -1327881 or 16235755. OLE color: 16235755.

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

Color convert

RGB235188247-
CMYK0.050.2400.03
HSL287.8º78.67%85.29%-
HSV(B)287.8º23.89%96.86%-
XYZ69.0360.3496-
YUV208.78149.57146.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.07%
GREEN value IS 188 (73.83% from 255) = 28.06%
BLUE value IS 247 (96.88% from 255) = 36.87%
R=35.07%
G=28.06%
B=36.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2351882470.050.2400.03287.878.6785.29
HexEBBCF7518031204f55
Octal35327436753003440117125
Binary1110101110111100111101111011100001110010000010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBCF7; }

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

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

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

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

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

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

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

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