Html Css Color HEX #EABDFD Mauve

📋 copy color: '#EABDFD'

red 234 ◦ green 189 ◦ blue 253

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

Shades of Mauve #EABDFD

Tints of Mauve #EABDFD

RGB

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

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

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

R = 34.62%
G = 27.96%
B = 37.43%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EABDFD (or 0xEABDFD) is known color: Mauve. HEX triplet: EA, BD and FD. RGB value is (234,189,253). Sum of RGB (Red+Green+Blue) = 234+189+253=676 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.62% from 676); Green value is 189 (74.22% from 255 or 27.96% from 676); Blue value is 253 (99.22% from 255 or 37.43% from 676); Max value from RGB is 253 - color contains mainly: blue. Hex color #EABDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABDFD is #154202. Grayscale: #D1D1D1. Windows color (decimal): -1393155 or 16629226. OLE color: 16629226.

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

Color convert

RGB 234 189 253 -
CMYK 0.08 0.25 0 0.01
HSL 282.19º 0.94% 0.87% -
HSV(B) 282.19º 0.25% 0.99% -
XYZ 69.86 60.98 101.02 -
YUV 209.75 152.41 145.3 -
System Red Green Blue C M Y K H S L
Decimal 234 189 253 0.08 0.25 0 0.01 282.19 0.94 0.87
Hex EA BD FD 8 19 0 1 11A 5E 57
Octal 352 275 375 10 31 0 1 432 136 127
Binary 11101010 10111101 11111101 1000 11001 0 1 100011010 1011110 1010111

Color Harmonies of #EABDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABDFD

Black with #EABDFD

Text Example


Text Example

White with #EABDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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