Html Css Color HEX #EEC2FB Mauve

📋 copy color: '#EEC2FB'

red 238 ◦ green 194 ◦ blue 251

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

Shades of Mauve #EEC2FB

Tints of Mauve #EEC2FB

RGB

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

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

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

R = 34.85%
G = 28.4%
B = 36.75%

CMYK

 C value IS 0.05

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EEC2FB (or 0xEEC2FB) is known color: Mauve. HEX triplet: EE, C2 and FB. RGB value is (238,194,251). Sum of RGB (Red+Green+Blue) = 238+194+251=683 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.85% from 683); Green value is 194 (76.17% from 255 or 28.40% from 683); Blue value is 251 (98.44% from 255 or 36.75% from 683); Max value from RGB is 251 - color contains mainly: blue. Hex color #EEC2FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC2FB is #113D04. Grayscale: #D5D5D5. Windows color (decimal): -1129733 or 16499438. OLE color: 16499438.

HSL color Cylindrical-coordinate representation of color #EEC2FB: hue angle of 286.32º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EEC2FB is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 194 251 -
CMYK 0.05 0.23 0 0.02
HSL 286.32º 0.88% 0.87% -
HSV(B) 286.32º 0.23% 0.98% -
XYZ 71.96 63.73 99.77 -
YUV 213.65 149.08 145.37 -
System Red Green Blue C M Y K H S L
Decimal 238 194 251 0.05 0.23 0 0.02 286.32 0.88 0.87
Hex EE C2 FB 5 17 0 2 11E 58 57
Octal 356 302 373 5 27 0 2 436 130 127
Binary 11101110 11000010 11111011 101 10111 0 10 100011110 1011000 1010111

Color Harmonies of #EEC2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC2FB

Black with #EEC2FB

Text Example


Text Example

White with #EEC2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC2FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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