Html Css Color HEX #EABCFD Mauve

📋 copy color: '#EABCFD'

red 234 ◦ green 188 ◦ blue 253

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

Shades of Mauve #EABCFD

Tints of Mauve #EABCFD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 27.85%

 BLUE value IS 253 (99.22% from 255) = 37.48%

R = 34.67%
G = 27.85%
B = 37.48%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EABCFD (or 0xEABCFD) is known color: Mauve. HEX triplet: EA, BC and FD. RGB value is (234,188,253). Sum of RGB (Red+Green+Blue) = 234+188+253=675 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.67% from 675); Green value is 188 (73.83% from 255 or 27.85% from 675); Blue value is 253 (99.22% from 255 or 37.48% from 675); Max value from RGB is 253 - color contains mainly: blue. Hex color #EABCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABCFD is #154302. Grayscale: #D0D0D0. Windows color (decimal): -1393411 or 16628970. OLE color: 16628970.

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

Color convert

RGB 234 188 253 -
CMYK 0.08 0.26 0 0.01
HSL 282.46º 0.94% 0.86% -
HSV(B) 282.46º 0.26% 0.99% -
XYZ 69.64 60.55 100.95 -
YUV 209.16 152.74 145.71 -
System Red Green Blue C M Y K H S L
Decimal 234 188 253 0.08 0.26 0 0.01 282.46 0.94 0.86
Hex EA BC FD 8 1A 0 1 11A 5E 56
Octal 352 274 375 10 32 0 1 432 136 126
Binary 11101010 10111100 11111101 1000 11010 0 1 100011010 1011110 1010110

Color Harmonies of #EABCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABCFD

Black with #EABCFD

Text Example


Text Example

White with #EABCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABCFD; }

 p { color: rgb(234,188,253); }

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

background-color css

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

 a { background-color: rgb(234,188,253); }

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

border-color css

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

 span { border-color: rgb(234,188,253); }

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