#CCAFF9

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

Shades of Mauve #CCAFF9

Tints of Mauve #CCAFF9

Color information

#CCAFF9 (or 0xCCAFF9) is unknown color: approx Mauve. HEX triplet: CC, AF and F9. RGB value is (204,175,249). Sum of RGB (Red+Green+Blue) = 204+175+249=628 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.48% from 628); Green value is 175 (68.75% from 255 or 27.87% from 628); Blue value is 249 (97.66% from 255 or 39.65% from 628); Max value from RGB is 249 - color contains mainly: blue. Hex color #CCAFF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAFF9 is #335006. Grayscale: #BFBFBF. Windows color (decimal): -3362823 or 16363468. OLE color: 16363468.

HSL color Cylindrical-coordinate representation of color #CCAFF9: hue angle of 263.51º degrees, saturation: 0.86, 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 #CCAFF9 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204175249-
CMYK0.180.3000.02
HSL263.51º86.05%83.14%-
HSV(B)263.51º29.72%97.65%-
XYZ57.3350.3496.32-
YUV192.11160.11136.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.48%
GREEN value IS 175 (68.75% from 255) = 27.87%
BLUE value IS 249 (97.66% from 255) = 39.65%
R=32.48%
G=27.87%
B=39.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041752490.180.3000.02263.5186.0583.14
HexCCAFF9121E021085653
Octal314257371223602410126123
Binary110011001010111111111001100101111001010000100010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAFF9; }

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

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

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

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

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

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

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

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