#CCAAF8

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

Shades of Mauve #CCAAF8

Tints of Mauve #CCAAF8

Color information

#CCAAF8 (or 0xCCAAF8) is unknown color: approx Mauve. HEX triplet: CC, AA and F8. RGB value is (204,170,248). Sum of RGB (Red+Green+Blue) = 204+170+248=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 170 (66.80% from 255 or 27.33% from 622); Blue value is 248 (97.27% from 255 or 39.87% from 622); Max value from RGB is 248 - color contains mainly: blue. Hex color #CCAAF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAAF8 is #335507. Grayscale: #BCBCBC. Windows color (decimal): -3364104 or 16296652. OLE color: 16296652.

HSL color Cylindrical-coordinate representation of color #CCAAF8: hue angle of 266.15º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCAAF8 is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB204170248-
CMYK0.180.3100.03
HSL266.15º84.78%81.96%-
HSV(B)266.15º31.45%97.25%-
XYZ56.2248.3695.18-
YUV189.06161.26138.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.80%
GREEN value IS 170 (66.80% from 255) = 27.33%
BLUE value IS 248 (97.27% from 255) = 39.87%
R=32.80%
G=27.33%
B=39.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2041702480.180.3100.03266.1584.7881.96
HexCCAAF8121F0310a5552
Octal314252370223703412125122
Binary110011001010101011111000100101111101110000101010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAAF8; }

 p { color: rgb(204,170,248); }

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

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

 a { background-color: rgb(204,170,248); }

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

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

 span { border-color: rgb(204,170,248); }

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