#CCACFE

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

Shades of Mauve #CCACFE

Tints of Mauve #CCACFE

Color information

#CCACFE (or 0xCCACFE) is unknown color: approx Mauve. HEX triplet: CC, AC and FE. RGB value is (204,172,254). Sum of RGB (Red+Green+Blue) = 204+172+254=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 172 (67.58% from 255 or 27.30% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCACFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCACFE is #335301. Grayscale: #BEBEBE. Windows color (decimal): -3363586 or 16690380. OLE color: 16690380.

HSL color Cylindrical-coordinate representation of color #CCACFE: hue angle of 263.41º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCACFE is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB204172254-
CMYK0.200.3200.00
HSL263.41º97.62%83.53%-
HSV(B)263.41º32.28%99.61%-
XYZ57.5449.5100.29-
YUV190.92163.6137.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.38%
GREEN value IS 172 (67.58% from 255) = 27.30%
BLUE value IS 254 (99.61% from 255) = 40.32%
R=32.38%
G=27.30%
B=40.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2041722540.200.3200.00263.4197.6283.53
HexCCACFE1420001076254
Octal314254376244000407142124
Binary110011001010110011111110101001000000010000011111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCACFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCACFE; }

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

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

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

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

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

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

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

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