Html Css Color HEX #EABDF8 Mauve

📋 copy color: '#EABDF8'

red 234 ◦ green 189 ◦ blue 248

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

Shades of Mauve #EABDF8

Tints of Mauve #EABDF8

RGB

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

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

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

R = 34.87%
G = 28.17%
B = 36.96%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EABDF8 (or 0xEABDF8) is known color: Mauve. HEX triplet: EA, BD and F8. RGB value is (234,189,248). Sum of RGB (Red+Green+Blue) = 234+189+248=671 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.87% from 671); Green value is 189 (74.22% from 255 or 28.17% from 671); Blue value is 248 (97.27% from 255 or 36.96% from 671); Max value from RGB is 248 - color contains mainly: blue. Hex color #EABDF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABDF8 is #154207. Grayscale: #D0D0D0. Windows color (decimal): -1393160 or 16301546. OLE color: 16301546.

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

Color convert

RGB 234 189 248 -
CMYK 0.06 0.24 0 0.03
HSL 285.76º 0.81% 0.86% -
HSV(B) 285.76º 0.24% 0.97% -
XYZ 69.07 60.66 96.88 -
YUV 209.18 149.91 145.7 -
System Red Green Blue C M Y K H S L
Decimal 234 189 248 0.06 0.24 0 0.03 285.76 0.81 0.86
Hex EA BD F8 6 18 0 3 11E 51 56
Octal 352 275 370 6 30 0 3 436 121 126
Binary 11101010 10111101 11111000 110 11000 0 11 100011110 1010001 1010110

Color Harmonies of #EABDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABDF8

Black with #EABDF8

Text Example


Text Example

White with #EABDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABDF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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