Html Css Color HEX #EEBAF6 Mauve

📋 copy color: '#EEBAF6'

red 238 ◦ green 186 ◦ blue 246

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

Shades of Mauve #EEBAF6

Tints of Mauve #EEBAF6

RGB

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

 GREEN value IS 186 (73.05% from 255) = 27.76%

 BLUE value IS 246 (96.48% from 255) = 36.72%

R = 35.52%
G = 27.76%
B = 36.72%

CMYK

 C value IS 0.03

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EEBAF6 (or 0xEEBAF6) is known color: Mauve. HEX triplet: EE, BA and F6. RGB value is (238,186,246). Sum of RGB (Red+Green+Blue) = 238+186+246=670 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.52% from 670); Green value is 186 (73.05% from 255 or 27.76% from 670); Blue value is 246 (96.48% from 255 or 36.72% from 670); Max value from RGB is 246 - color contains mainly: blue. Hex color #EEBAF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBAF6 is #114509. Grayscale: #D0D0D0. Windows color (decimal): -1131786 or 16169710. OLE color: 16169710.

HSL color Cylindrical-coordinate representation of color #EEBAF6: hue angle of 292º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EEBAF6 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 238 186 246 -
CMYK 0.03 0.24 0 0.04
HSL 292º 0.77% 0.85% -
HSV(B) 292º 0.24% 0.96% -
XYZ 69.45 59.95 95.1 -
YUV 208.39 149.23 149.12 -
System Red Green Blue C M Y K H S L
Decimal 238 186 246 0.03 0.24 0 0.04 292 0.77 0.85
Hex EE BA F6 3 18 0 4 124 4D 55
Octal 356 272 366 3 30 0 4 444 115 125
Binary 11101110 10111010 11110110 11 11000 0 100 100100100 1001101 1010101

Color Harmonies of #EEBAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBAF6

Black with #EEBAF6

Text Example


Text Example

White with #EEBAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBAF6; }

 p { color: rgb(238,186,246); }

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

background-color css

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

 a { background-color: rgb(238,186,246); }

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

border-color css

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

 span { border-color: rgb(238,186,246); }

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