Html Css Color HEX #EBC1FB Mauve

📋 copy color: '#EBC1FB'

red 235 ◦ green 193 ◦ blue 251

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

Shades of Mauve #EBC1FB

Tints of Mauve #EBC1FB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 28.42%

 BLUE value IS 251 (98.44% from 255) = 36.97%

R = 34.61%
G = 28.42%
B = 36.97%

CMYK

 C value IS 0.06

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EBC1FB (or 0xEBC1FB) is known color: Mauve. HEX triplet: EB, C1 and FB. RGB value is (235,193,251). Sum of RGB (Red+Green+Blue) = 235+193+251=679 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.61% from 679); Green value is 193 (75.78% from 255 or 28.42% from 679); Blue value is 251 (98.44% from 255 or 36.97% from 679); Max value from RGB is 251 - color contains mainly: blue. Hex color #EBC1FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC1FB is #143E04. Grayscale: #D3D3D3. Windows color (decimal): -1326597 or 16499179. OLE color: 16499179.

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

Color convert

RGB 235 193 251 -
CMYK 0.06 0.23 0 0.02
HSL 283.45º 0.88% 0.87% -
HSV(B) 283.45º 0.23% 0.98% -
XYZ 70.74 62.77 99.65 -
YUV 212.17 149.91 144.28 -
System Red Green Blue C M Y K H S L
Decimal 235 193 251 0.06 0.23 0 0.02 283.45 0.88 0.87
Hex EB C1 FB 6 17 0 2 11B 58 57
Octal 353 301 373 6 27 0 2 433 130 127
Binary 11101011 11000001 11111011 110 10111 0 10 100011011 1011000 1010111

Color Harmonies of #EBC1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC1FB

Black with #EBC1FB

Text Example


Text Example

White with #EBC1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC1FB; }

 p { color: rgb(235,193,251); }

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

background-color css

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

 a { background-color: rgb(235,193,251); }

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

border-color css

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

 span { border-color: rgb(235,193,251); }

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