Html Css Color HEX #EEADFE Mauve

📋 copy color: '#EEADFE'

red 238 ◦ green 173 ◦ blue 254

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

Shades of Mauve #EEADFE

Tints of Mauve #EEADFE

RGB

 RED value IS 238 (93.36% from 255) = 35.79%

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

 BLUE value IS 254 (99.61% from 255) = 38.2%

R = 35.79%
G = 26.02%
B = 38.2%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EEADFE (or 0xEEADFE) is known color: Mauve. HEX triplet: EE, AD and FE. RGB value is (238,173,254). Sum of RGB (Red+Green+Blue) = 238+173+254=665 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.79% from 665); Green value is 173 (67.97% from 255 or 26.02% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEADFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEADFE is #115201. Grayscale: #C9C9C9. Windows color (decimal): -1135106 or 16690670. OLE color: 16690670.

HSL color Cylindrical-coordinate representation of color #EEADFE: hue angle of 288.15º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEADFE is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 238 173 254 -
CMYK 0.06 0.32 0 0.00
HSL 288.15º 0.98% 0.84% -
HSV(B) 288.15º 0.32% 1% -
XYZ 68.09 55.22 100.84 -
YUV 201.67 157.53 153.91 -
System Red Green Blue C M Y K H S L
Decimal 238 173 254 0.06 0.32 0 0.00 288.15 0.98 0.84
Hex EE AD FE 6 20 0 0 120 62 54
Octal 356 255 376 6 40 0 0 440 142 124
Binary 11101110 10101101 11111110 110 100000 0 0 100100000 1100010 1010100

Color Harmonies of #EEADFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEADFE

Black with #EEADFE

Text Example


Text Example

White with #EEADFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEADFE; }

 p { color: rgb(238,173,254); }

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

background-color css

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

 a { background-color: rgb(238,173,254); }

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

border-color css

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

 span { border-color: rgb(238,173,254); }

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