Html Css Color HEX #EBADF6 Mauve

📋 copy color: '#EBADF6'

red 235 ◦ green 173 ◦ blue 246

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

Shades of Mauve #EBADF6

Tints of Mauve #EBADF6

RGB

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

 GREEN value IS 173 (67.97% from 255) = 26.45%

 BLUE value IS 246 (96.48% from 255) = 37.61%

R = 35.93%
G = 26.45%
B = 37.61%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EBADF6 (or 0xEBADF6) is known color: Mauve. HEX triplet: EB, AD and F6. RGB value is (235,173,246). Sum of RGB (Red+Green+Blue) = 235+173+246=654 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.93% from 654); Green value is 173 (67.97% from 255 or 26.45% from 654); Blue value is 246 (96.48% from 255 or 37.61% from 654); Max value from RGB is 246 - color contains mainly: blue. Hex color #EBADF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBADF6 is #145209. Grayscale: #C7C7C7. Windows color (decimal): -1331722 or 16166379. OLE color: 16166379.

HSL color Cylindrical-coordinate representation of color #EBADF6: hue angle of 290.96º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBADF6 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 235 173 246 -
CMYK 0.04 0.30 0 0.04
HSL 290.96º 0.8% 0.82% -
HSV(B) 290.96º 0.3% 0.96% -
XYZ 65.84 54.2 94.18 -
YUV 199.86 154.04 153.06 -
System Red Green Blue C M Y K H S L
Decimal 235 173 246 0.04 0.30 0 0.04 290.96 0.8 0.82
Hex EB AD F6 4 1E 0 4 123 50 52
Octal 353 255 366 4 36 0 4 443 120 122
Binary 11101011 10101101 11110110 100 11110 0 100 100100011 1010000 1010010

Color Harmonies of #EBADF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBADF6

Black with #EBADF6

Text Example


Text Example

White with #EBADF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBADF6; }

 p { color: rgb(235,173,246); }

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

background-color css

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

 a { background-color: rgb(235,173,246); }

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

border-color css

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

 span { border-color: rgb(235,173,246); }

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