#CCAFF5

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

Shades of Mauve #CCAFF5

Tints of Mauve #CCAFF5

Color information

#CCAFF5 (or 0xCCAFF5) is unknown color: approx Mauve. HEX triplet: CC, AF and F5. RGB value is (204,175,245). Sum of RGB (Red+Green+Blue) = 204+175+245=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 175 (68.75% from 255 or 28.04% from 624); Blue value is 245 (96.09% from 255 or 39.26% from 624); Max value from RGB is 245 - color contains mainly: blue. Hex color #CCAFF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAFF5 is #33500A. Grayscale: #BFBFBF. Windows color (decimal): -3362827 or 16101324. OLE color: 16101324.

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

Color convert

RGB204175245-
CMYK0.170.2900.04
HSL264.86º77.78%82.35%-
HSV(B)264.86º28.57%96.08%-
XYZ56.7150.0993.07-
YUV191.65158.11136.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.69%
GREEN value IS 175 (68.75% from 255) = 28.04%
BLUE value IS 245 (96.09% from 255) = 39.26%
R=32.69%
G=28.04%
B=39.26%

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
Decimal2041752450.170.2900.04264.8677.7882.35
HexCCAFF5111D041094e52
Octal314257365213504411116122
Binary1100110010101111111101011000111101010010000100110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAFF5; }

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

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

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

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

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

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

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

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