Html Css Color HEX #EABCF7 Mauve

📋 copy color: '#EABCF7'

red 234 ◦ green 188 ◦ blue 247

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

Shades of Mauve #EABCF7

Tints of Mauve #EABCF7

RGB

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

 GREEN value IS 188 (73.83% from 255) = 28.1%

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

R = 34.98%
G = 28.1%
B = 36.92%

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

#EABCF7 (or 0xEABCF7) is known color: Mauve. HEX triplet: EA, BC and F7. RGB value is (234,188,247). Sum of RGB (Red+Green+Blue) = 234+188+247=669 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.98% from 669); Green value is 188 (73.83% from 255 or 28.10% from 669); Blue value is 247 (96.88% from 255 or 36.92% from 669); Max value from RGB is 247 - color contains mainly: blue. Hex color #EABCF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABCF7 is #154308. Grayscale: #D0D0D0. Windows color (decimal): -1393417 or 16235754. OLE color: 16235754.

HSL color Cylindrical-coordinate representation of color #EABCF7: hue angle of 286.78º 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 #EABCF7 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 234 188 247 -
CMYK 0.05 0.24 0 0.03
HSL 286.78º 0.79% 0.85% -
HSV(B) 286.78º 0.24% 0.97% -
XYZ 68.7 60.17 95.99 -
YUV 208.48 149.74 146.2 -
System Red Green Blue C M Y K H S L
Decimal 234 188 247 0.05 0.24 0 0.03 286.78 0.79 0.85
Hex EA BC F7 5 18 0 3 11F 4F 55
Octal 352 274 367 5 30 0 3 437 117 125
Binary 11101010 10111100 11110111 101 11000 0 11 100011111 1001111 1010101

Color Harmonies of #EABCF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABCF7

Black with #EABCF7

Text Example


Text Example

White with #EABCF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABCF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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