Html Css Color HEX #EABDF7 Mauve

📋 copy color: '#EABDF7'

red 234 ◦ green 189 ◦ blue 247

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

Shades of Mauve #EABDF7

Tints of Mauve #EABDF7

RGB

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

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

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

R = 34.93%
G = 28.21%
B = 36.87%

CMYK

 C value IS 0.05

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EABDF7 (or 0xEABDF7) is known color: Mauve. HEX triplet: EA, BD and F7. RGB value is (234,189,247). Sum of RGB (Red+Green+Blue) = 234+189+247=670 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.93% from 670); Green value is 189 (74.22% from 255 or 28.21% from 670); Blue value is 247 (96.88% from 255 or 36.87% from 670); Max value from RGB is 247 - color contains mainly: blue. Hex color #EABDF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABDF7 is #154208. Grayscale: #D0D0D0. Windows color (decimal): -1393161 or 16236010. OLE color: 16236010.

HSL color Cylindrical-coordinate representation of color #EABDF7: hue angle of 286.55º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EABDF7 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 234 189 247 -
CMYK 0.05 0.23 0 0.03
HSL 286.55º 0.78% 0.85% -
HSV(B) 286.55º 0.23% 0.97% -
XYZ 68.92 60.6 96.06 -
YUV 209.07 149.41 145.78 -
System Red Green Blue C M Y K H S L
Decimal 234 189 247 0.05 0.23 0 0.03 286.55 0.78 0.85
Hex EA BD F7 5 17 0 3 11F 4E 55
Octal 352 275 367 5 27 0 3 437 116 125
Binary 11101010 10111101 11110111 101 10111 0 11 100011111 1001110 1010101

Color Harmonies of #EABDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABDF7

Black with #EABDF7

Text Example


Text Example

White with #EABDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABDF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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