Html Css Color HEX #EEC2FE Mauve

📋 copy color: '#EEC2FE'

red 238 ◦ green 194 ◦ blue 254

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

Shades of Mauve #EEC2FE

Tints of Mauve #EEC2FE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 28.28%

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

R = 34.69%
G = 28.28%
B = 37.03%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EEC2FE (or 0xEEC2FE) is known color: Mauve. HEX triplet: EE, C2 and FE. RGB value is (238,194,254). Sum of RGB (Red+Green+Blue) = 238+194+254=686 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.69% from 686); Green value is 194 (76.17% from 255 or 28.28% from 686); Blue value is 254 (99.61% from 255 or 37.03% from 686); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEC2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC2FE is #113D01. Grayscale: #D5D5D5. Windows color (decimal): -1129730 or 16696046. OLE color: 16696046.

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

Color convert

RGB 238 194 254 -
CMYK 0.06 0.24 0 0.00
HSL 284º 0.97% 0.88% -
HSV(B) 284º 0.24% 1% -
XYZ 72.44 63.92 102.29 -
YUV 214 150.58 145.12 -
System Red Green Blue C M Y K H S L
Decimal 238 194 254 0.06 0.24 0 0.00 284 0.97 0.88
Hex EE C2 FE 6 18 0 0 11C 61 58
Octal 356 302 376 6 30 0 0 434 141 130
Binary 11101110 11000010 11111110 110 11000 0 0 100011100 1100001 1011000

Color Harmonies of #EEC2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC2FE

Black with #EEC2FE

Text Example


Text Example

White with #EEC2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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