Html Css Color HEX #EABBF7 Mauve

📋 copy color: '#EABBF7'

red 234 ◦ green 187 ◦ blue 247

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

Shades of Mauve #EABBF7

Tints of Mauve #EABBF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 36.98%

R = 35.03%
G = 27.99%
B = 36.98%

CMYK

 C value IS 0.05

 M value IS 0.24

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EABBF7 (or 0xEABBF7) is known color: Mauve. HEX triplet: EA, BB and F7. RGB value is (234,187,247). Sum of RGB (Red+Green+Blue) = 234+187+247=668 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.03% from 668); Green value is 187 (73.44% from 255 or 27.99% from 668); Blue value is 247 (96.88% from 255 or 36.98% from 668); Max value from RGB is 247 - color contains mainly: blue. Hex color #EABBF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABBF7 is #154408. Grayscale: #CFCFCF. Windows color (decimal): -1393673 or 16235498. OLE color: 16235498.

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

Color convert

RGB 234 187 247 -
CMYK 0.05 0.24 0 0.03
HSL 287º 0.79% 0.85% -
HSV(B) 287º 0.24% 0.97% -
XYZ 68.49 59.75 95.92 -
YUV 207.89 150.07 146.62 -
System Red Green Blue C M Y K H S L
Decimal 234 187 247 0.05 0.24 0 0.03 287 0.79 0.85
Hex EA BB F7 5 18 0 3 11F 4F 55
Octal 352 273 367 5 30 0 3 437 117 125
Binary 11101010 10111011 11110111 101 11000 0 11 100011111 1001111 1010101

Color Harmonies of #EABBF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABBF7

Black with #EABBF7

Text Example


Text Example

White with #EABBF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABBF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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