#EBADFC

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

Shades of Mauve #EBADFC

Tints of Mauve #EBADFC

Color information

#EBADFC (or 0xEBADFC) is unknown color: approx Mauve. HEX triplet: EB, AD and FC. RGB value is (235,173,252). Sum of RGB (Red+Green+Blue) = 235+173+252=660 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.61% from 660); Green value is 173 (67.97% from 255 or 26.21% from 660); Blue value is 252 (98.83% from 255 or 38.18% from 660); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBADFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBADFC is #145203. Grayscale: #C8C8C8. Windows color (decimal): -1331716 or 16559595. OLE color: 16559595.

HSL color Cylindrical-coordinate representation of color #EBADFC: hue angle of 287.09º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBADFC is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB235173252-
CMYK0.070.3100.01
HSL287.09º92.94%83.33%-
HSV(B)287.09º31.35%98.82%-
XYZ66.7854.5899.11-
YUV200.54157.04152.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.61%
GREEN value IS 173 (67.97% from 255) = 26.21%
BLUE value IS 252 (98.83% from 255) = 38.18%
R=35.61%
G=26.21%
B=38.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2351732520.070.3100.01287.0992.9483.33
HexEBADFC71F0111f5d53
Octal35325537473701437135123
Binary111010111010110111111100111111110110001111110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBADFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBADFC; }

 p { color: rgb(235,173,252); }

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

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

 a { background-color: rgb(235,173,252); }

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

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

 span { border-color: rgb(235,173,252); }

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