#CCADF7

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

Shades of Mauve #CCADF7

Tints of Mauve #CCADF7

Color information

#CCADF7 (or 0xCCADF7) is unknown color: approx Mauve. HEX triplet: CC, AD and F7. RGB value is (204,173,247). Sum of RGB (Red+Green+Blue) = 204+173+247=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 173 (67.97% from 255 or 27.72% from 624); Blue value is 247 (96.88% from 255 or 39.58% from 624); Max value from RGB is 247 - color contains mainly: blue. Hex color #CCADF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCADF7 is #335208. Grayscale: #BEBEBE. Windows color (decimal): -3363337 or 16231884. OLE color: 16231884.

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

Color convert

RGB204173247-
CMYK0.170.3000.03
HSL265.14º82.22%82.35%-
HSV(B)265.14º29.96%96.86%-
XYZ56.6349.4494.55-
YUV190.7159.77137.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.69%
GREEN value IS 173 (67.97% from 255) = 27.72%
BLUE value IS 247 (96.88% from 255) = 39.58%
R=32.69%
G=27.72%
B=39.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2041732470.170.3000.03265.1482.2282.35
HexCCADF7111E031095252
Octal314255367213603411122122
Binary110011001010110111110111100011111001110000100110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCADF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCADF7; }

 p { color: rgb(204,173,247); }

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

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

 a { background-color: rgb(204,173,247); }

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

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

 span { border-color: rgb(204,173,247); }

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