Html Css Color HEX #EBC2FF Mauve

📋 copy color: '#EBC2FF'

red 235 ◦ green 194 ◦ blue 255

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

Shades of Mauve #EBC2FF

Tints of Mauve #EBC2FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.28%

R = 34.36%
G = 28.36%
B = 37.28%

CMYK

 C value IS 0.08

 M value IS 0.24

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EBC2FF (or 0xEBC2FF) is known color: Mauve. HEX triplet: EB, C2 and FF. RGB value is (235,194,255). Sum of RGB (Red+Green+Blue) = 235+194+255=684 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.36% from 684); Green value is 194 (76.17% from 255 or 28.36% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBC2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC2FF is #143D00. Grayscale: #D5D5D5. Windows color (decimal): -1326337 or 16761579. OLE color: 16761579.

HSL color Cylindrical-coordinate representation of color #EBC2FF: hue angle of 280.33º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBC2FF is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 235 194 255 -
CMYK 0.08 0.24 0 0
HSL 280.33º 1% 0.88% -
HSV(B) 280.33º 0.24% 1% -
XYZ 71.6 63.47 103.08 -
YUV 213.21 151.58 143.54 -
System Red Green Blue C M Y K H S L
Decimal 235 194 255 0.08 0.24 0 0 280.33 1 0.88
Hex EB C2 FF 8 18 0 0 118 64 58
Octal 353 302 377 10 30 0 0 430 144 130
Binary 11101011 11000010 11111111 1000 11000 0 0 100011000 1100100 1011000

Color Harmonies of #EBC2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC2FF

Black with #EBC2FF

Text Example


Text Example

White with #EBC2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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