Html Css Color HEX #EABDFF Mauve

📋 copy color: '#EABDFF'

red 234 ◦ green 189 ◦ blue 255

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

Shades of Mauve #EABDFF

Tints of Mauve #EABDFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.61%

R = 34.51%
G = 27.88%
B = 37.61%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EABDFF (or 0xEABDFF) is known color: Mauve. HEX triplet: EA, BD and FF. RGB value is (234,189,255). Sum of RGB (Red+Green+Blue) = 234+189+255=678 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.51% from 678); Green value is 189 (74.22% from 255 or 27.88% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #EABDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABDFF is #154200. Grayscale: #D1D1D1. Windows color (decimal): -1393153 or 16760298. OLE color: 16760298.

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

Color convert

RGB 234 189 255 -
CMYK 0.08 0.26 0 0
HSL 280.91º 1% 0.87% -
HSV(B) 280.91º 0.26% 1% -
XYZ 70.18 61.11 102.7 -
YUV 209.98 153.41 145.13 -
System Red Green Blue C M Y K H S L
Decimal 234 189 255 0.08 0.26 0 0 280.91 1 0.87
Hex EA BD FF 8 1A 0 0 119 64 57
Octal 352 275 377 10 32 0 0 431 144 127
Binary 11101010 10111101 11111111 1000 11010 0 0 100011001 1100100 1010111

Color Harmonies of #EABDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABDFF

Black with #EABDFF

Text Example


Text Example

White with #EABDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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