#EBC3FD

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

Shades of Mauve #EBC3FD

Tints of Mauve #EBC3FD

Color information

#EBC3FD (or 0xEBC3FD) is unknown color: approx Mauve. HEX triplet: EB, C3 and FD. RGB value is (235,195,253). Sum of RGB (Red+Green+Blue) = 235+195+253=683 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.41% from 683); Green value is 195 (76.56% from 255 or 28.55% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBC3FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC3FD is #143C02. Grayscale: #D5D5D5. Windows color (decimal): -1326083 or 16630763. OLE color: 16630763.

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

Color convert

RGB235195253-
CMYK0.070.2300.01
HSL281.38º93.55%87.84%-
HSV(B)281.38º22.92%99.22%-
XYZ71.5163.78101.47-
YUV213.57150.25143.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.41%
GREEN value IS 195 (76.56% from 255) = 28.55%
BLUE value IS 253 (99.22% from 255) = 37.04%
R=34.41%
G=28.55%
B=37.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2351952530.070.2300.01281.3893.5587.84
HexEBC3FD717011195e58
Octal35330337572701431136130
Binary111010111100001111111101111101110110001100110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC3FD; }

 p { color: rgb(235,195,253); }

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

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

 a { background-color: rgb(235,195,253); }

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

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

 span { border-color: rgb(235,195,253); }

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