Html Css Color HEX #EBC3FA Mauve

📋 copy color: '#EBC3FA'

red 235 ◦ green 195 ◦ blue 250

#EBC3FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #EBC3FA

Tints of Mauve #EBC3FA

RGB

 RED value IS 235 (92.19% from 255) = 34.56%

 GREEN value IS 195 (76.56% from 255) = 28.68%

 BLUE value IS 250 (98.05% from 255) = 36.76%

R = 34.56%
G = 28.68%
B = 36.76%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EBC3FA (or 0xEBC3FA) is known color: Mauve. HEX triplet: EB, C3 and FA. RGB value is (235,195,250). Sum of RGB (Red+Green+Blue) = 235+195+250=680 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.56% from 680); Green value is 195 (76.56% from 255 or 28.68% from 680); Blue value is 250 (98.05% from 255 or 36.76% from 680); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBC3FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC3FA is #143C05. Grayscale: #D5D5D5. Windows color (decimal): -1326086 or 16434155. OLE color: 16434155.

HSL color Cylindrical-coordinate representation of color #EBC3FA: hue angle of 283.64º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EBC3FA is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 235 195 250 -
CMYK 0.06 0.22 0 0.02
HSL 283.64º 0.85% 0.87% -
HSV(B) 283.64º 0.22% 0.98% -
XYZ 71.03 63.59 98.97 -
YUV 213.23 148.75 143.53 -
System Red Green Blue C M Y K H S L
Decimal 235 195 250 0.06 0.22 0 0.02 283.64 0.85 0.87
Hex EB C3 FA 6 16 0 2 11C 55 57
Octal 353 303 372 6 26 0 2 434 125 127
Binary 11101011 11000011 11111010 110 10110 0 10 100011100 1010101 1010111

Color Harmonies of #EBC3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC3FA

Black with #EBC3FA

Text Example


Text Example

White with #EBC3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC3FA; }

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

 H1.HeaderClassName
 {
   color: #EBC3FA;
 }
 .AnyTagClassName
 {
   color: #EBC3FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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