#CCACF4

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

Shades of Mauve #CCACF4

Tints of Mauve #CCACF4

Color information

#CCACF4 (or 0xCCACF4) is unknown color: approx Mauve. HEX triplet: CC, AC and F4. RGB value is (204,172,244). Sum of RGB (Red+Green+Blue) = 204+172+244=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 172 (67.58% from 255 or 27.74% from 620); Blue value is 244 (95.70% from 255 or 39.35% from 620); Max value from RGB is 244 - color contains mainly: blue. Hex color #CCACF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCACF4 is #33530B. Grayscale: #BDBDBD. Windows color (decimal): -3363596 or 16035020. OLE color: 16035020.

HSL color Cylindrical-coordinate representation of color #CCACF4: hue angle of 266.67º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCACF4 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB204172244-
CMYK0.160.3000.04
HSL266.67º76.6%81.57%-
HSV(B)266.67º29.51%95.69%-
XYZ55.9848.8792.07-
YUV189.78158.6138.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.90%
GREEN value IS 172 (67.58% from 255) = 27.74%
BLUE value IS 244 (95.70% from 255) = 39.35%
R=32.90%
G=27.74%
B=39.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2041722440.160.3000.04266.6776.681.57
HexCCACF4101E0410b4d52
Octal314254364203604413115122
Binary1100110010101100111101001000011110010010000101110011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCACF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCACF4; }

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

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

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

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

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

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

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

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