Html Css Color HEX #EABDFE Mauve

📋 copy color: '#EABDFE'

red 234 ◦ green 189 ◦ blue 254

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

Shades of Mauve #EABDFE

Tints of Mauve #EABDFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.52%

R = 34.56%
G = 27.92%
B = 37.52%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EABDFE (or 0xEABDFE) is known color: Mauve. HEX triplet: EA, BD and FE. RGB value is (234,189,254). Sum of RGB (Red+Green+Blue) = 234+189+254=677 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.56% from 677); Green value is 189 (74.22% from 255 or 27.92% from 677); Blue value is 254 (99.61% from 255 or 37.52% from 677); Max value from RGB is 254 - color contains mainly: blue. Hex color #EABDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABDFE is #154201. Grayscale: #D1D1D1. Windows color (decimal): -1393154 or 16694762. OLE color: 16694762.

HSL color Cylindrical-coordinate representation of color #EABDFE: hue angle of 281.54º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EABDFE is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 234 189 254 -
CMYK 0.08 0.26 0 0.00
HSL 281.54º 0.97% 0.87% -
HSV(B) 281.54º 0.26% 1% -
XYZ 70.02 61.04 101.86 -
YUV 209.87 152.91 145.21 -
System Red Green Blue C M Y K H S L
Decimal 234 189 254 0.08 0.26 0 0.00 281.54 0.97 0.87
Hex EA BD FE 8 1A 0 0 11A 61 57
Octal 352 275 376 10 32 0 0 432 141 127
Binary 11101010 10111101 11111110 1000 11010 0 0 100011010 1100001 1010111

Color Harmonies of #EABDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABDFE

Black with #EABDFE

Text Example


Text Example

White with #EABDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABDFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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