Html Css Color HEX #EBC8FE Mauve

📋 copy color: '#EBC8FE'

red 235 ◦ green 200 ◦ blue 254

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

Shades of Mauve #EBC8FE

Tints of Mauve #EBC8FE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 29.03%

 BLUE value IS 254 (99.61% from 255) = 36.87%

R = 34.11%
G = 29.03%
B = 36.87%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EBC8FE (or 0xEBC8FE) is known color: Mauve. HEX triplet: EB, C8 and FE. RGB value is (235,200,254). Sum of RGB (Red+Green+Blue) = 235+200+254=689 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.11% from 689); Green value is 200 (78.52% from 255 or 29.03% from 689); Blue value is 254 (99.61% from 255 or 36.87% from 689); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBC8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC8FE is #143701. Grayscale: #D8D8D8. Windows color (decimal): -1324802 or 16697579. OLE color: 16697579.

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

Color convert

RGB 235 200 254 -
CMYK 0.07 0.21 0 0.00
HSL 278.89º 0.96% 0.89% -
HSV(B) 278.89º 0.21% 1% -
XYZ 72.8 66.13 102.69 -
YUV 216.62 149.1 141.11 -
System Red Green Blue C M Y K H S L
Decimal 235 200 254 0.07 0.21 0 0.00 278.89 0.96 0.89
Hex EB C8 FE 7 15 0 0 117 60 59
Octal 353 310 376 7 25 0 0 427 140 131
Binary 11101011 11001000 11111110 111 10101 0 0 100010111 1100000 1011001

Color Harmonies of #EBC8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC8FE

Black with #EBC8FE

Text Example


Text Example

White with #EBC8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC8FE; }

 p { color: rgb(235,200,254); }

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

background-color css

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

 a { background-color: rgb(235,200,254); }

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

border-color css

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

 span { border-color: rgb(235,200,254); }

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