Html Css Color HEX #EAADFD Mauve

📋 copy color: '#EAADFD'

red 234 ◦ green 173 ◦ blue 253

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

Shades of Mauve #EAADFD

Tints of Mauve #EAADFD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 26.21%

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

R = 35.45%
G = 26.21%
B = 38.33%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EAADFD (or 0xEAADFD) is known color: Mauve. HEX triplet: EA, AD and FD. RGB value is (234,173,253). Sum of RGB (Red+Green+Blue) = 234+173+253=660 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.45% from 660); Green value is 173 (67.97% from 255 or 26.21% from 660); Blue value is 253 (99.22% from 255 or 38.33% from 660); Max value from RGB is 253 - color contains mainly: blue. Hex color #EAADFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAADFD is #155202. Grayscale: #C8C8C8. Windows color (decimal): -1397251 or 16625130. OLE color: 16625130.

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

Color convert

RGB 234 173 253 -
CMYK 0.08 0.32 0 0.01
HSL 285.75º 0.95% 0.84% -
HSV(B) 285.75º 0.32% 0.99% -
XYZ 66.6 54.47 99.93 -
YUV 200.36 157.71 152 -
System Red Green Blue C M Y K H S L
Decimal 234 173 253 0.08 0.32 0 0.01 285.75 0.95 0.84
Hex EA AD FD 8 20 0 1 11E 5F 54
Octal 352 255 375 10 40 0 1 436 137 124
Binary 11101010 10101101 11111101 1000 100000 0 1 100011110 1011111 1010100

Color Harmonies of #EAADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAADFD

Black with #EAADFD

Text Example


Text Example

White with #EAADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAADFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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