Html Css Color HEX #EBC3FC Mauve

📋 copy color: '#EBC3FC'

red 235 ◦ green 195 ◦ blue 252

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

Shades of Mauve #EBC3FC

Tints of Mauve #EBC3FC

RGB

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

 GREEN value IS 195 (76.56% from 255) = 28.59%

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

R = 34.46%
G = 28.59%
B = 36.95%

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

#EBC3FC (or 0xEBC3FC) is known color: Mauve. HEX triplet: EB, C3 and FC. RGB value is (235,195,252). Sum of RGB (Red+Green+Blue) = 235+195+252=682 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.46% from 682); Green value is 195 (76.56% from 255 or 28.59% from 682); Blue value is 252 (98.83% from 255 or 36.95% from 682); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBC3FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC3FC is #143C03. Grayscale: #D5D5D5. Windows color (decimal): -1326084 or 16565227. OLE color: 16565227.

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

Color convert

RGB 235 195 252 -
CMYK 0.07 0.23 0 0.01
HSL 282.11º 0.9% 0.88% -
HSV(B) 282.11º 0.23% 0.99% -
XYZ 71.35 63.72 100.63 -
YUV 213.46 149.75 143.37 -
System Red Green Blue C M Y K H S L
Decimal 235 195 252 0.07 0.23 0 0.01 282.11 0.9 0.88
Hex EB C3 FC 7 17 0 1 11A 5A 58
Octal 353 303 374 7 27 0 1 432 132 130
Binary 11101011 11000011 11111100 111 10111 0 1 100011010 1011010 1011000

Color Harmonies of #EBC3FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC3FC

Black with #EBC3FC

Text Example


Text Example

White with #EBC3FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC3FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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