Html Css Color HEX #EBC1FC Mauve

📋 copy color: '#EBC1FC'

red 235 ◦ green 193 ◦ blue 252

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

Shades of Mauve #EBC1FC

Tints of Mauve #EBC1FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 37.06%

R = 34.56%
G = 28.38%
B = 37.06%

CMYK

 C value IS 0.07

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EBC1FC (or 0xEBC1FC) is known color: Mauve. HEX triplet: EB, C1 and FC. RGB value is (235,193,252). Sum of RGB (Red+Green+Blue) = 235+193+252=680 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.56% from 680); Green value is 193 (75.78% from 255 or 28.38% from 680); Blue value is 252 (98.83% from 255 or 37.06% from 680); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBC1FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC1FC is #143E03. Grayscale: #D4D4D4. Windows color (decimal): -1326596 or 16564715. OLE color: 16564715.

HSL color Cylindrical-coordinate representation of color #EBC1FC: hue angle of 282.71º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBC1FC is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 235 193 252 -
CMYK 0.07 0.23 0 0.01
HSL 282.71º 0.91% 0.87% -
HSV(B) 282.71º 0.23% 0.99% -
XYZ 70.9 62.83 100.49 -
YUV 212.28 150.41 144.2 -
System Red Green Blue C M Y K H S L
Decimal 235 193 252 0.07 0.23 0 0.01 282.71 0.91 0.87
Hex EB C1 FC 7 17 0 1 11B 5B 57
Octal 353 301 374 7 27 0 1 433 133 127
Binary 11101011 11000001 11111100 111 10111 0 1 100011011 1011011 1010111

Color Harmonies of #EBC1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC1FC

Black with #EBC1FC

Text Example


Text Example

White with #EBC1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC1FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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