Html Css Color HEX #EBC5FF Mauve

📋 copy color: '#EBC5FF'

red 235 ◦ green 197 ◦ blue 255

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

Shades of Mauve #EBC5FF

Tints of Mauve #EBC5FF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 28.68%

 BLUE value IS 255 (100% from 255) = 37.12%

R = 34.21%
G = 28.68%
B = 37.12%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EBC5FF (or 0xEBC5FF) is known color: Mauve. HEX triplet: EB, C5 and FF. RGB value is (235,197,255). Sum of RGB (Red+Green+Blue) = 235+197+255=687 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.21% from 687); Green value is 197 (77.34% from 255 or 28.68% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBC5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC5FF is #143A00. Grayscale: #D6D6D6. Windows color (decimal): -1325569 or 16762347. OLE color: 16762347.

HSL color Cylindrical-coordinate representation of color #EBC5FF: hue angle of 279.31º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBC5FF is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 235 197 255 -
CMYK 0.08 0.23 0 0
HSL 279.31º 1% 0.89% -
HSV(B) 279.31º 0.23% 1% -
XYZ 72.28 64.81 103.31 -
YUV 214.97 150.59 142.28 -
System Red Green Blue C M Y K H S L
Decimal 235 197 255 0.08 0.23 0 0 279.31 1 0.89
Hex EB C5 FF 8 17 0 0 117 64 59
Octal 353 305 377 10 27 0 0 427 144 131
Binary 11101011 11000101 11111111 1000 10111 0 0 100010111 1100100 1011001

Color Harmonies of #EBC5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC5FF

Black with #EBC5FF

Text Example


Text Example

White with #EBC5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC5FF; }

 p { color: rgb(235,197,255); }

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

background-color css

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

 a { background-color: rgb(235,197,255); }

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

border-color css

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

 span { border-color: rgb(235,197,255); }

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