#CCAAFD

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

Shades of Mauve #CCAAFD

Tints of Mauve #CCAAFD

Color information

#CCAAFD (or 0xCCAAFD) is unknown color: approx Mauve. HEX triplet: CC, AA and FD. RGB value is (204,170,253). Sum of RGB (Red+Green+Blue) = 204+170+253=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 170 (66.80% from 255 or 27.11% from 627); Blue value is 253 (99.22% from 255 or 40.35% from 627); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCAAFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAAFD is #335502. Grayscale: #BDBDBD. Windows color (decimal): -3364099 or 16624332. OLE color: 16624332.

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

Color convert

RGB204170253-
CMYK0.190.3300.01
HSL264.58º95.4%82.94%-
HSV(B)264.58º32.81%99.22%-
XYZ57.0148.6899.32-
YUV189.63163.76138.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.54%
GREEN value IS 170 (66.80% from 255) = 27.11%
BLUE value IS 253 (99.22% from 255) = 40.35%
R=32.54%
G=27.11%
B=40.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2041702530.190.3300.01264.5895.482.94
HexCCAAFD1321011095f53
Octal314252375234101411137123
Binary110011001010101011111101100111000010110000100110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAAFD; }

 p { color: rgb(204,170,253); }

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

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

 a { background-color: rgb(204,170,253); }

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

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

 span { border-color: rgb(204,170,253); }

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