#C8AAFE

Color #C8AAFE Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #C8AAFE

Tints of Mauve #C8AAFE

Color information

#C8AAFE (or 0xC8AAFE) is unknown color: approx Mauve. HEX triplet: C8, AA and FE. RGB value is (200,170,254). Sum of RGB (Red+Green+Blue) = 200+170+254=624 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.05% from 624); Green value is 170 (66.80% from 255 or 27.24% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8AAFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8AAFE is #375501. Grayscale: #BCBCBC. Windows color (decimal): -3626242 or 16689864. OLE color: 16689864.

HSL color Cylindrical-coordinate representation of color #C8AAFE: hue angle of 261.43º 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 #C8AAFE is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB200170254-
CMYK0.210.3300.00
HSL261.43º97.67%83.14%-
HSV(B)261.43º33.07%99.61%-
XYZ56.0848.18100.11-
YUV188.55164.94136.17-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.05%
GREEN value IS 170 (66.80% from 255) = 27.24%
BLUE value IS 254 (99.61% from 255) = 40.71%
R=32.05%
G=27.24%
B=40.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2001702540.210.3300.00261.4397.6783.14
HexC8AAFE1521001056253
Octal310252376254100405142123
Binary110010001010101011111110101011000010010000010111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AAFE; }

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

 H1.HeaderClassName
 {
   color: #C8AAFE;
 }
 .AnyTagClassName
 {
   color: #C8AAFE;
 }
</style>
background-color css

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

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

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

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

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

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