Html Css Color HEX #EBAEFF Mauve

📋 copy color: '#EBAEFF'

red 235 ◦ green 174 ◦ blue 255

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

Shades of Mauve #EBAEFF

Tints of Mauve #EBAEFF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 26.2%

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

R = 35.39%
G = 26.2%
B = 38.4%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EBAEFF (or 0xEBAEFF) is known color: Mauve. HEX triplet: EB, AE and FF. RGB value is (235,174,255). Sum of RGB (Red+Green+Blue) = 235+174+255=664 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.39% from 664); Green value is 174 (68.36% from 255 or 26.20% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBAEFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAEFF is #145100. Grayscale: #C9C9C9. Windows color (decimal): -1331457 or 16756459. OLE color: 16756459.

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

Color convert

RGB 235 174 255 -
CMYK 0.08 0.32 0 0
HSL 285.19º 1% 0.84% -
HSV(B) 285.19º 0.32% 1% -
XYZ 67.45 55.15 101.7 -
YUV 201.47 158.21 151.91 -
System Red Green Blue C M Y K H S L
Decimal 235 174 255 0.08 0.32 0 0 285.19 1 0.84
Hex EB AE FF 8 20 0 0 11D 64 54
Octal 353 256 377 10 40 0 0 435 144 124
Binary 11101011 10101110 11111111 1000 100000 0 0 100011101 1100100 1010100

Color Harmonies of #EBAEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAEFF

Black with #EBAEFF

Text Example


Text Example

White with #EBAEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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