Html Css Color HEX #EAADFB Mauve

📋 copy color: '#EAADFB'

red 234 ◦ green 173 ◦ blue 251

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

Shades of Mauve #EAADFB

Tints of Mauve #EAADFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 38.15%

R = 35.56%
G = 26.29%
B = 38.15%

CMYK

 C value IS 0.07

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EAADFB (or 0xEAADFB) is known color: Mauve. HEX triplet: EA, AD and FB. RGB value is (234,173,251). Sum of RGB (Red+Green+Blue) = 234+173+251=658 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.56% from 658); Green value is 173 (67.97% from 255 or 26.29% from 658); Blue value is 251 (98.44% from 255 or 38.15% from 658); Max value from RGB is 251 - color contains mainly: blue. Hex color #EAADFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAADFB is #155204. Grayscale: #C7C7C7. Windows color (decimal): -1397253 or 16494058. OLE color: 16494058.

HSL color Cylindrical-coordinate representation of color #EAADFB: hue angle of 286.92º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EAADFB is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 234 173 251 -
CMYK 0.07 0.31 0 0.02
HSL 286.92º 0.91% 0.83% -
HSV(B) 286.92º 0.31% 0.98% -
XYZ 66.29 54.34 98.26 -
YUV 200.13 156.71 152.16 -
System Red Green Blue C M Y K H S L
Decimal 234 173 251 0.07 0.31 0 0.02 286.92 0.91 0.83
Hex EA AD FB 7 1F 0 2 11F 5B 53
Octal 352 255 373 7 37 0 2 437 133 123
Binary 11101010 10101101 11111011 111 11111 0 10 100011111 1011011 1010011

Color Harmonies of #EAADFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAADFB

Black with #EAADFB

Text Example


Text Example

White with #EAADFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAADFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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