Html Css Color HEX #EEC0FF Mauve

📋 copy color: '#EEC0FF'

red 238 ◦ green 192 ◦ blue 255

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

Shades of Mauve #EEC0FF

Tints of Mauve #EEC0FF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 28.03%

 BLUE value IS 255 (100% from 255) = 37.23%

R = 34.74%
G = 28.03%
B = 37.23%

CMYK

 C value IS 0.07

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EEC0FF (or 0xEEC0FF) is known color: Mauve. HEX triplet: EE, C0 and FF. RGB value is (238,192,255). Sum of RGB (Red+Green+Blue) = 238+192+255=685 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.74% from 685); Green value is 192 (75.39% from 255 or 28.03% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEC0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEC0FF is #113F00. Grayscale: #D4D4D4. Windows color (decimal): -1130241 or 16761070. OLE color: 16761070.

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

Color convert

RGB 238 192 255 -
CMYK 0.07 0.25 0 0
HSL 283.81º 1% 0.88% -
HSV(B) 283.81º 0.25% 1% -
XYZ 72.16 63.1 102.98 -
YUV 212.94 151.74 145.88 -
System Red Green Blue C M Y K H S L
Decimal 238 192 255 0.07 0.25 0 0 283.81 1 0.88
Hex EE C0 FF 7 19 0 0 11C 64 58
Octal 356 300 377 7 31 0 0 434 144 130
Binary 11101110 11000000 11111111 111 11001 0 0 100011100 1100100 1011000

Color Harmonies of #EEC0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC0FF

Black with #EEC0FF

Text Example


Text Example

White with #EEC0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC0FF; }

 p { color: rgb(238,192,255); }

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

background-color css

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

 a { background-color: rgb(238,192,255); }

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

border-color css

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

 span { border-color: rgb(238,192,255); }

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