#CCACFD

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

Shades of Mauve #CCACFD

Tints of Mauve #CCACFD

Color information

#CCACFD (or 0xCCACFD) is unknown color: approx Mauve. HEX triplet: CC, AC and FD. RGB value is (204,172,253). Sum of RGB (Red+Green+Blue) = 204+172+253=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 172 (67.58% from 255 or 27.34% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCACFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCACFD is #335302. Grayscale: #BEBEBE. Windows color (decimal): -3363587 or 16624844. OLE color: 16624844.

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

Color convert

RGB204172253-
CMYK0.190.3200.01
HSL263.7º95.29%83.33%-
HSV(B)263.7º32.02%99.22%-
XYZ57.3849.4399.45-
YUV190.8163.1137.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.43%
GREEN value IS 172 (67.58% from 255) = 27.34%
BLUE value IS 253 (99.22% from 255) = 40.22%
R=32.43%
G=27.34%
B=40.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2041722530.190.3200.01263.795.2983.33
HexCCACFD1320011085f53
Octal314254375234001410137123
Binary110011001010110011111101100111000000110000100010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCACFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCACFD; }

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

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

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

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

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

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

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

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