Html Css Color HEX #C6AAFE Mauve

📋 copy color: '#C6AAFE'

red 198 ◦ green 170 ◦ blue 254

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

Shades of Mauve #C6AAFE

Tints of Mauve #C6AAFE

RGB

 RED value IS 198 (77.73% from 255) = 31.83%

 GREEN value IS 170 (66.8% from 255) = 27.33%

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

R = 31.83%
G = 27.33%
B = 40.84%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C6AAFE (or 0xC6AAFE) is known color: Mauve. HEX triplet: C6, AA and FE. RGB value is (198,170,254). Sum of RGB (Red+Green+Blue) = 198+170+254=622 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.83% from 622); Green value is 170 (66.80% from 255 or 27.33% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #C6AAFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6AAFE is #395501. Grayscale: #BBBBBB. Windows color (decimal): -3757314 or 16689862. OLE color: 16689862.

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

Color convert

RGB 198 170 254 -
CMYK 0.22 0.33 0 0.00
HSL 260º 0.98% 0.83% -
HSV(B) 260º 0.33% 1% -
XYZ 55.55 47.91 100.09 -
YUV 187.95 165.28 135.17 -
System Red Green Blue C M Y K H S L
Decimal 198 170 254 0.22 0.33 0 0.00 260 0.98 0.83
Hex C6 AA FE 16 21 0 0 104 62 53
Octal 306 252 376 26 41 0 0 404 142 123
Binary 11000110 10101010 11111110 10110 100001 0 0 100000100 1100010 1010011

Color Harmonies of #C6AAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AAFE

Black with #C6AAFE

Text Example


Text Example

White with #C6AAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AAFE; }

 p { color: rgb(198,170,254); }

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

background-color css

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

 a { background-color: rgb(198,170,254); }

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

border-color css

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

 span { border-color: rgb(198,170,254); }

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