#CCACF8

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

Shades of Mauve #CCACF8

Tints of Mauve #CCACF8

Color information

#CCACF8 (or 0xCCACF8) is unknown color: approx Mauve. HEX triplet: CC, AC and F8. RGB value is (204,172,248). Sum of RGB (Red+Green+Blue) = 204+172+248=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 172 (67.58% from 255 or 27.56% from 624); Blue value is 248 (97.27% from 255 or 39.74% from 624); Max value from RGB is 248 - color contains mainly: blue. Hex color #CCACF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCACF8 is #335307. Grayscale: #BDBDBD. Windows color (decimal): -3363592 or 16297164. OLE color: 16297164.

HSL color Cylindrical-coordinate representation of color #CCACF8: hue angle of 265.26º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCACF8 is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB204172248-
CMYK0.180.3100.03
HSL265.26º84.44%82.35%-
HSV(B)265.26º30.65%97.25%-
XYZ56.649.1295.3-
YUV190.23160.6137.82-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.69%
GREEN value IS 172 (67.58% from 255) = 27.56%
BLUE value IS 248 (97.27% from 255) = 39.74%
R=32.69%
G=27.56%
B=39.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2041722480.180.3100.03265.2684.4482.35
HexCCACF8121F031095452
Octal314254370223703411124122
Binary110011001010110011111000100101111101110000100110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCACF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCACF8; }

 p { color: rgb(204,172,248); }

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

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

 a { background-color: rgb(204,172,248); }

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

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

 span { border-color: rgb(204,172,248); }

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