Html Css Color HEX #EABDF9 Mauve

📋 copy color: '#EABDF9'

red 234 ◦ green 189 ◦ blue 249

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

Shades of Mauve #EABDF9

Tints of Mauve #EABDF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 37.05%

R = 34.82%
G = 28.13%
B = 37.05%

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

#EABDF9 (or 0xEABDF9) is known color: Mauve. HEX triplet: EA, BD and F9. RGB value is (234,189,249). Sum of RGB (Red+Green+Blue) = 234+189+249=672 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.82% from 672); Green value is 189 (74.22% from 255 or 28.12% from 672); Blue value is 249 (97.66% from 255 or 37.05% from 672); Max value from RGB is 249 - color contains mainly: blue. Hex color #EABDF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABDF9 is #154206. Grayscale: #D1D1D1. Windows color (decimal): -1393159 or 16367082. OLE color: 16367082.

HSL color Cylindrical-coordinate representation of color #EABDF9: hue angle of 285º degrees, saturation: 0.83, 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 #EABDF9 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 234 189 249 -
CMYK 0.06 0.24 0 0.02
HSL 285º 0.83% 0.86% -
HSV(B) 285º 0.24% 0.98% -
XYZ 69.23 60.73 97.7 -
YUV 209.3 150.41 145.62 -
System Red Green Blue C M Y K H S L
Decimal 234 189 249 0.06 0.24 0 0.02 285 0.83 0.86
Hex EA BD F9 6 18 0 2 11D 53 56
Octal 352 275 371 6 30 0 2 435 123 126
Binary 11101010 10111101 11111001 110 11000 0 10 100011101 1010011 1010110

Color Harmonies of #EABDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABDF9

Black with #EABDF9

Text Example


Text Example

White with #EABDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABDF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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