#CCAFF6

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

Shades of Mauve #CCAFF6

Tints of Mauve #CCAFF6

Color information

#CCAFF6 (or 0xCCAFF6) is unknown color: approx Mauve. HEX triplet: CC, AF and F6. RGB value is (204,175,246). Sum of RGB (Red+Green+Blue) = 204+175+246=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 175 (68.75% from 255 or 28% from 625); Blue value is 246 (96.48% from 255 or 39.36% from 625); Max value from RGB is 246 - color contains mainly: blue. Hex color #CCAFF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAFF6 is #335009. Grayscale: #BFBFBF. Windows color (decimal): -3362826 or 16166860. OLE color: 16166860.

HSL color Cylindrical-coordinate representation of color #CCAFF6: hue angle of 264.51º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCAFF6 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB204175246-
CMYK0.170.2900.04
HSL264.51º79.78%82.55%-
HSV(B)264.51º28.86%96.47%-
XYZ56.8750.1593.87-
YUV191.76158.61136.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.64%
GREEN value IS 175 (68.75% from 255) = 28%
BLUE value IS 246 (96.48% from 255) = 39.36%
R=32.64%
G=28%
B=39.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2041752460.170.2900.04264.5179.7882.55
HexCCAFF6111D041095053
Octal314257366213504411120123
Binary1100110010101111111101101000111101010010000100110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAFF6; }

 p { color: rgb(204,175,246); }

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

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

 a { background-color: rgb(204,175,246); }

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

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

 span { border-color: rgb(204,175,246); }

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