Html Css Color HEX #EBAFF8 Mauve

📋 copy color: '#EBAFF8'

red 235 ◦ green 175 ◦ blue 248

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

Shades of Mauve #EBAFF8

Tints of Mauve #EBAFF8

RGB

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

 GREEN value IS 175 (68.75% from 255) = 26.6%

 BLUE value IS 248 (97.27% from 255) = 37.69%

R = 35.71%
G = 26.6%
B = 37.69%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EBAFF8 (or 0xEBAFF8) is known color: Mauve. HEX triplet: EB, AF and F8. RGB value is (235,175,248). Sum of RGB (Red+Green+Blue) = 235+175+248=658 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.71% from 658); Green value is 175 (68.75% from 255 or 26.60% from 658); Blue value is 248 (97.27% from 255 or 37.69% from 658); Max value from RGB is 248 - color contains mainly: blue. Hex color #EBAFF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAFF8 is #145007. Grayscale: #C9C9C9. Windows color (decimal): -1331208 or 16297963. OLE color: 16297963.

HSL color Cylindrical-coordinate representation of color #EBAFF8: hue angle of 289.32º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBAFF8 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 235 175 248 -
CMYK 0.05 0.29 0 0.03
HSL 289.32º 0.84% 0.83% -
HSV(B) 289.32º 0.29% 0.97% -
XYZ 66.53 55.1 95.94 -
YUV 201.26 154.38 152.06 -
System Red Green Blue C M Y K H S L
Decimal 235 175 248 0.05 0.29 0 0.03 289.32 0.84 0.83
Hex EB AF F8 5 1D 0 3 121 54 53
Octal 353 257 370 5 35 0 3 441 124 123
Binary 11101011 10101111 11111000 101 11101 0 11 100100001 1010100 1010011

Color Harmonies of #EBAFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAFF8

Black with #EBAFF8

Text Example


Text Example

White with #EBAFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAFF8; }

 p { color: rgb(235,175,248); }

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

background-color css

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

 a { background-color: rgb(235,175,248); }

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

border-color css

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

 span { border-color: rgb(235,175,248); }

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