Html Css Color HEX #EABBFB Mauve

📋 copy color: '#EABBFB'

red 234 ◦ green 187 ◦ blue 251

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

Shades of Mauve #EABBFB

Tints of Mauve #EABBFB

RGB

 RED value IS 234 (91.8% from 255) = 34.82%

 GREEN value IS 187 (73.44% from 255) = 27.83%

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

R = 34.82%
G = 27.83%
B = 37.35%

CMYK

 C value IS 0.07

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EABBFB (or 0xEABBFB) is known color: Mauve. HEX triplet: EA, BB and FB. RGB value is (234,187,251). Sum of RGB (Red+Green+Blue) = 234+187+251=672 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.82% from 672); Green value is 187 (73.44% from 255 or 27.83% from 672); Blue value is 251 (98.44% from 255 or 37.35% from 672); Max value from RGB is 251 - color contains mainly: blue. Hex color #EABBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABBFB is #154404. Grayscale: #D0D0D0. Windows color (decimal): -1393669 or 16497642. OLE color: 16497642.

HSL color Cylindrical-coordinate representation of color #EABBFB: hue angle of 284.06º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EABBFB is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 234 187 251 -
CMYK 0.07 0.25 0 0.02
HSL 284.06º 0.89% 0.86% -
HSV(B) 284.06º 0.25% 0.98% -
XYZ 69.11 60 99.2 -
YUV 208.35 152.07 146.3 -
System Red Green Blue C M Y K H S L
Decimal 234 187 251 0.07 0.25 0 0.02 284.06 0.89 0.86
Hex EA BB FB 7 19 0 2 11C 59 56
Octal 352 273 373 7 31 0 2 434 131 126
Binary 11101010 10111011 11111011 111 11001 0 10 100011100 1011001 1010110

Color Harmonies of #EABBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABBFB

Black with #EABBFB

Text Example


Text Example

White with #EABBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABBFB; }

 p { color: rgb(234,187,251); }

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

background-color css

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

 a { background-color: rgb(234,187,251); }

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

border-color css

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

 span { border-color: rgb(234,187,251); }

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