#CCAFFA

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

Shades of Mauve #CCAFFA

Tints of Mauve #CCAFFA

Color information

#CCAFFA (or 0xCCAFFA) is unknown color: approx Mauve. HEX triplet: CC, AF and FA. RGB value is (204,175,250). Sum of RGB (Red+Green+Blue) = 204+175+250=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 175 (68.75% from 255 or 27.82% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCAFFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAFFA is #335005. Grayscale: #BFBFBF. Windows color (decimal): -3362822 or 16429004. OLE color: 16429004.

HSL color Cylindrical-coordinate representation of color #CCAFFA: hue angle of 263.2º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCAFFA is Cyan = 0.18, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204175250-
CMYK0.180.300.02
HSL263.2º88.24%83.33%-
HSV(B)263.2º30%98.04%-
XYZ57.4950.497.14-
YUV192.22160.61136.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.43%
GREEN value IS 175 (68.75% from 255) = 27.82%
BLUE value IS 250 (98.05% from 255) = 39.75%
R=32.43%
G=27.82%
B=39.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041752500.180.300.02263.288.2483.33
HexCCAFFA121E021075853
Octal314257372223602407130123
Binary110011001010111111111010100101111001010000011110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAFFA; }

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

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

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

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

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

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

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

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