Html Css Color HEX #EBC2FC Mauve

📋 copy color: '#EBC2FC'

red 235 ◦ green 194 ◦ blue 252

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

Shades of Mauve #EBC2FC

Tints of Mauve #EBC2FC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 28.49%

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

R = 34.51%
G = 28.49%
B = 37%

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

#EBC2FC (or 0xEBC2FC) is known color: Mauve. HEX triplet: EB, C2 and FC. RGB value is (235,194,252). Sum of RGB (Red+Green+Blue) = 235+194+252=681 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.51% from 681); Green value is 194 (76.17% from 255 or 28.49% from 681); Blue value is 252 (98.83% from 255 or 37.00% from 681); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBC2FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC2FC is #143D03. Grayscale: #D4D4D4. Windows color (decimal): -1326340 or 16564971. OLE color: 16564971.

HSL color Cylindrical-coordinate representation of color #EBC2FC: hue angle of 282.41º 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 #EBC2FC is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 235 194 252 -
CMYK 0.07 0.23 0 0.01
HSL 282.41º 0.91% 0.87% -
HSV(B) 282.41º 0.23% 0.99% -
XYZ 71.12 63.27 100.56 -
YUV 212.87 150.08 143.78 -
System Red Green Blue C M Y K H S L
Decimal 235 194 252 0.07 0.23 0 0.01 282.41 0.91 0.87
Hex EB C2 FC 7 17 0 1 11A 5B 57
Octal 353 302 374 7 27 0 1 432 133 127
Binary 11101011 11000010 11111100 111 10111 0 1 100011010 1011011 1010111

Color Harmonies of #EBC2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC2FC

Black with #EBC2FC

Text Example


Text Example

White with #EBC2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC2FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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