Html Css Color HEX #EABDF5 Mauve

📋 copy color: '#EABDF5'

red 234 ◦ green 189 ◦ blue 245

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

Shades of Mauve #EABDF5

Tints of Mauve #EABDF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 36.68%

R = 35.03%
G = 28.29%
B = 36.68%

CMYK

 C value IS 0.04

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EABDF5 (or 0xEABDF5) is known color: Mauve. HEX triplet: EA, BD and F5. RGB value is (234,189,245). Sum of RGB (Red+Green+Blue) = 234+189+245=668 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.03% from 668); Green value is 189 (74.22% from 255 or 28.29% from 668); Blue value is 245 (96.09% from 255 or 36.68% from 668); Max value from RGB is 245 - color contains mainly: blue. Hex color #EABDF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABDF5 is #15420A. Grayscale: #D0D0D0. Windows color (decimal): -1393163 or 16104938. OLE color: 16104938.

HSL color Cylindrical-coordinate representation of color #EABDF5: hue angle of 288.21º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EABDF5 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 234 189 245 -
CMYK 0.04 0.23 0 0.04
HSL 288.21º 0.74% 0.85% -
HSV(B) 288.21º 0.23% 0.96% -
XYZ 68.61 60.48 94.44 -
YUV 208.84 148.41 145.95 -
System Red Green Blue C M Y K H S L
Decimal 234 189 245 0.04 0.23 0 0.04 288.21 0.74 0.85
Hex EA BD F5 4 17 0 4 120 4A 55
Octal 352 275 365 4 27 0 4 440 112 125
Binary 11101010 10111101 11110101 100 10111 0 100 100100000 1001010 1010101

Color Harmonies of #EABDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABDF5

Black with #EABDF5

Text Example


Text Example

White with #EABDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABDF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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