Html Css Color HEX #E0C6FF Mauve

📋 copy color: '#E0C6FF'

red 224 ◦ green 198 ◦ blue 255

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

Shades of Mauve #E0C6FF

Tints of Mauve #E0C6FF

RGB

 RED value IS 224 (87.89% from 255) = 33.09%

 GREEN value IS 198 (77.73% from 255) = 29.25%

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

R = 33.09%
G = 29.25%
B = 37.67%

CMYK

 C value IS 0.12

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E0C6FF (or 0xE0C6FF) is known color: Mauve. HEX triplet: E0, C6 and FF. RGB value is (224,198,255). Sum of RGB (Red+Green+Blue) = 224+198+255=677 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.09% from 677); Green value is 198 (77.73% from 255 or 29.25% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0C6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C6FF is #1F3900. Grayscale: #D4D4D4. Windows color (decimal): -2046209 or 16762592. OLE color: 16762592.

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

Color convert

RGB 224 198 255 -
CMYK 0.12 0.22 0 0
HSL 267.37º 1% 0.89% -
HSV(B) 267.37º 0.22% 1% -
XYZ 68.98 63.46 103.22 -
YUV 212.27 152.11 136.37 -
System Red Green Blue C M Y K H S L
Decimal 224 198 255 0.12 0.22 0 0 267.37 1 0.89
Hex E0 C6 FF C 16 0 0 10B 64 59
Octal 340 306 377 14 26 0 0 413 144 131
Binary 11100000 11000110 11111111 1100 10110 0 0 100001011 1100100 1011001

Color Harmonies of #E0C6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C6FF

Black with #E0C6FF

Text Example


Text Example

White with #E0C6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C6FF; }

 p { color: rgb(224,198,255); }

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

background-color css

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

 a { background-color: rgb(224,198,255); }

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

border-color css

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

 span { border-color: rgb(224,198,255); }

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