Html Css Color HEX #EABDFA Mauve

📋 copy color: '#EABDFA'

red 234 ◦ green 189 ◦ blue 250

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

Shades of Mauve #EABDFA

Tints of Mauve #EABDFA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 28.08%

 BLUE value IS 250 (98.05% from 255) = 37.15%

R = 34.77%
G = 28.08%
B = 37.15%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EABDFA (or 0xEABDFA) is known color: Mauve. HEX triplet: EA, BD and FA. RGB value is (234,189,250). Sum of RGB (Red+Green+Blue) = 234+189+250=673 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.77% from 673); Green value is 189 (74.22% from 255 or 28.08% from 673); Blue value is 250 (98.05% from 255 or 37.15% from 673); Max value from RGB is 250 - color contains mainly: blue. Hex color #EABDFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABDFA is #154205. Grayscale: #D1D1D1. Windows color (decimal): -1393158 or 16432618. OLE color: 16432618.

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

Color convert

RGB 234 189 250 -
CMYK 0.06 0.24 0 0.02
HSL 284.26º 0.86% 0.86% -
HSV(B) 284.26º 0.24% 0.98% -
XYZ 69.38 60.79 98.52 -
YUV 209.41 150.91 145.54 -
System Red Green Blue C M Y K H S L
Decimal 234 189 250 0.06 0.24 0 0.02 284.26 0.86 0.86
Hex EA BD FA 6 18 0 2 11C 56 56
Octal 352 275 372 6 30 0 2 434 126 126
Binary 11101010 10111101 11111010 110 11000 0 10 100011100 1010110 1010110

Color Harmonies of #EABDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABDFA

Black with #EABDFA

Text Example


Text Example

White with #EABDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABDFA; }

 p { color: rgb(234,189,250); }

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

background-color css

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

 a { background-color: rgb(234,189,250); }

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

border-color css

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

 span { border-color: rgb(234,189,250); }

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