Html Css Color HEX #EABBF8 Mauve

📋 copy color: '#EABBF8'

red 234 ◦ green 187 ◦ blue 248

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

Shades of Mauve #EABBF8

Tints of Mauve #EABBF8

RGB

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

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

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

R = 34.98%
G = 27.95%
B = 37.07%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EABBF8 (or 0xEABBF8) is known color: Mauve. HEX triplet: EA, BB and F8. RGB value is (234,187,248). Sum of RGB (Red+Green+Blue) = 234+187+248=669 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.98% from 669); Green value is 187 (73.44% from 255 or 27.95% from 669); Blue value is 248 (97.27% from 255 or 37.07% from 669); Max value from RGB is 248 - color contains mainly: blue. Hex color #EABBF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABBF8 is #154407. Grayscale: #CFCFCF. Windows color (decimal): -1393672 or 16301034. OLE color: 16301034.

HSL color Cylindrical-coordinate representation of color #EABBF8: hue angle of 286.23º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EABBF8 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 234 187 248 -
CMYK 0.06 0.25 0 0.03
HSL 286.23º 0.81% 0.85% -
HSV(B) 286.23º 0.25% 0.97% -
XYZ 68.65 59.81 96.73 -
YUV 208.01 150.57 146.54 -
System Red Green Blue C M Y K H S L
Decimal 234 187 248 0.06 0.25 0 0.03 286.23 0.81 0.85
Hex EA BB F8 6 19 0 3 11E 51 55
Octal 352 273 370 6 31 0 3 436 121 125
Binary 11101010 10111011 11111000 110 11001 0 11 100011110 1010001 1010101

Color Harmonies of #EABBF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABBF8

Black with #EABBF8

Text Example


Text Example

White with #EABBF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABBF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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