Html Css Color HEX #EABFFB Mauve

📋 copy color: '#EABFFB'

red 234 ◦ green 191 ◦ blue 251

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

Shades of Mauve #EABFFB

Tints of Mauve #EABFFB

RGB

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

 GREEN value IS 191 (75% from 255) = 28.25%

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

R = 34.62%
G = 28.25%
B = 37.13%

CMYK

 C value IS 0.07

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EABFFB (or 0xEABFFB) is known color: Mauve. HEX triplet: EA, BF and FB. RGB value is (234,191,251). Sum of RGB (Red+Green+Blue) = 234+191+251=676 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.62% from 676); Green value is 191 (75% from 255 or 28.25% from 676); Blue value is 251 (98.44% from 255 or 37.13% from 676); Max value from RGB is 251 - color contains mainly: blue. Hex color #EABFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABFFB is #154004. Grayscale: #D2D2D2. Windows color (decimal): -1392645 or 16498666. OLE color: 16498666.

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

Color convert

RGB 234 191 251 -
CMYK 0.07 0.24 0 0.02
HSL 283º 0.88% 0.87% -
HSV(B) 283º 0.24% 0.98% -
XYZ 69.98 61.72 99.49 -
YUV 210.7 150.75 144.62 -
System Red Green Blue C M Y K H S L
Decimal 234 191 251 0.07 0.24 0 0.02 283 0.88 0.87
Hex EA BF FB 7 18 0 2 11B 58 57
Octal 352 277 373 7 30 0 2 433 130 127
Binary 11101010 10111111 11111011 111 11000 0 10 100011011 1011000 1010111

Color Harmonies of #EABFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABFFB

Black with #EABFFB

Text Example


Text Example

White with #EABFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABFFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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