Html Css Color HEX #EBC2F9 Mauve

📋 copy color: '#EBC2F9'

red 235 ◦ green 194 ◦ blue 249

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

Shades of Mauve #EBC2F9

Tints of Mauve #EBC2F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 36.73%

R = 34.66%
G = 28.61%
B = 36.73%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EBC2F9 (or 0xEBC2F9) is known color: Mauve. HEX triplet: EB, C2 and F9. RGB value is (235,194,249). Sum of RGB (Red+Green+Blue) = 235+194+249=678 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.66% from 678); Green value is 194 (76.17% from 255 or 28.61% from 678); Blue value is 249 (97.66% from 255 or 36.73% from 678); Max value from RGB is 249 - color contains mainly: blue. Hex color #EBC2F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC2F9 is #143D06. Grayscale: #D4D4D4. Windows color (decimal): -1326343 or 16368363. OLE color: 16368363.

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

Color convert

RGB 235 194 249 -
CMYK 0.06 0.22 0 0.02
HSL 284.73º 0.82% 0.87% -
HSV(B) 284.73º 0.22% 0.98% -
XYZ 70.65 63.09 98.08 -
YUV 212.53 148.58 144.03 -
System Red Green Blue C M Y K H S L
Decimal 235 194 249 0.06 0.22 0 0.02 284.73 0.82 0.87
Hex EB C2 F9 6 16 0 2 11D 52 57
Octal 353 302 371 6 26 0 2 435 122 127
Binary 11101011 11000010 11111001 110 10110 0 10 100011101 1010010 1010111

Color Harmonies of #EBC2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC2F9

Black with #EBC2F9

Text Example


Text Example

White with #EBC2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC2F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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