#CCAFFC

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

Shades of Mauve #CCAFFC

Tints of Mauve #CCAFFC

Color information

#CCAFFC (or 0xCCAFFC) is unknown color: approx Mauve. HEX triplet: CC, AF and FC. RGB value is (204,175,252). Sum of RGB (Red+Green+Blue) = 204+175+252=631 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.33% from 631); Green value is 175 (68.75% from 255 or 27.73% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCAFFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAFFC is #335003. Grayscale: #C0C0C0. Windows color (decimal): -3362820 or 16560076. OLE color: 16560076.

HSL color Cylindrical-coordinate representation of color #CCAFFC: hue angle of 262.6º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCAFFC is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB204175252-
CMYK0.190.3100.01
HSL262.6º92.77%83.73%-
HSV(B)262.6º30.56%98.82%-
XYZ57.850.5398.8-
YUV192.45161.61136.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.33%
GREEN value IS 175 (68.75% from 255) = 27.73%
BLUE value IS 252 (98.83% from 255) = 39.94%
R=32.33%
G=27.73%
B=39.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2041752520.190.3100.01262.692.7783.73
HexCCAFFC131F011075d54
Octal314257374233701407135124
Binary11001100101011111111110010011111110110000011110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAFFC; }

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

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

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

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

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

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

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

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