Html Css Color HEX #EBC5FB Mauve

📋 copy color: '#EBC5FB'

red 235 ◦ green 197 ◦ blue 251

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

Shades of Mauve #EBC5FB

Tints of Mauve #EBC5FB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 28.84%

 BLUE value IS 251 (98.44% from 255) = 36.75%

R = 34.41%
G = 28.84%
B = 36.75%

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

#EBC5FB (or 0xEBC5FB) is known color: Mauve. HEX triplet: EB, C5 and FB. RGB value is (235,197,251). Sum of RGB (Red+Green+Blue) = 235+197+251=683 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.41% from 683); Green value is 197 (77.34% from 255 or 28.84% from 683); Blue value is 251 (98.44% from 255 or 36.75% from 683); Max value from RGB is 251 - color contains mainly: blue. Hex color #EBC5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC5FB is #143A04. Grayscale: #D6D6D6. Windows color (decimal): -1325573 or 16500203. OLE color: 16500203.

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

Color convert

RGB 235 197 251 -
CMYK 0.06 0.22 0 0.02
HSL 282.22º 0.87% 0.88% -
HSV(B) 282.22º 0.22% 0.98% -
XYZ 71.64 64.56 99.95 -
YUV 214.52 148.59 142.61 -
System Red Green Blue C M Y K H S L
Decimal 235 197 251 0.06 0.22 0 0.02 282.22 0.87 0.88
Hex EB C5 FB 6 16 0 2 11A 57 58
Octal 353 305 373 6 26 0 2 432 127 130
Binary 11101011 11000101 11111011 110 10110 0 10 100011010 1010111 1011000

Color Harmonies of #EBC5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC5FB

Black with #EBC5FB

Text Example


Text Example

White with #EBC5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC5FB; }

 p { color: rgb(235,197,251); }

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

background-color css

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

 a { background-color: rgb(235,197,251); }

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

border-color css

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

 span { border-color: rgb(235,197,251); }

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