Html Css Color HEX #EBC4FE Mauve

📋 copy color: '#EBC4FE'

red 235 ◦ green 196 ◦ blue 254

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

Shades of Mauve #EBC4FE

Tints of Mauve #EBC4FE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 28.61%

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

R = 34.31%
G = 28.61%
B = 37.08%

CMYK

 C value IS 0.07

 M value IS 0.23

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EBC4FE (or 0xEBC4FE) is known color: Mauve. HEX triplet: EB, C4 and FE. RGB value is (235,196,254). Sum of RGB (Red+Green+Blue) = 235+196+254=685 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.31% from 685); Green value is 196 (76.95% from 255 or 28.61% from 685); Blue value is 254 (99.61% from 255 or 37.08% from 685); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBC4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC4FE is #143B01. Grayscale: #D6D6D6. Windows color (decimal): -1325826 or 16696555. OLE color: 16696555.

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

Color convert

RGB 235 196 254 -
CMYK 0.07 0.23 0 0.00
HSL 280.34º 0.97% 0.88% -
HSV(B) 280.34º 0.23% 1% -
XYZ 71.89 64.3 102.39 -
YUV 214.27 150.42 142.78 -
System Red Green Blue C M Y K H S L
Decimal 235 196 254 0.07 0.23 0 0.00 280.34 0.97 0.88
Hex EB C4 FE 7 17 0 0 118 61 58
Octal 353 304 376 7 27 0 0 430 141 130
Binary 11101011 11000100 11111110 111 10111 0 0 100011000 1100001 1011000

Color Harmonies of #EBC4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC4FE

Black with #EBC4FE

Text Example


Text Example

White with #EBC4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC4FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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