#CCADFA

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

Shades of Mauve #CCADFA

Tints of Mauve #CCADFA

Color information

#CCADFA (or 0xCCADFA) is unknown color: approx Mauve. HEX triplet: CC, AD and FA. RGB value is (204,173,250). Sum of RGB (Red+Green+Blue) = 204+173+250=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 173 (67.97% from 255 or 27.59% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCADFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCADFA is #335205. Grayscale: #BEBEBE. Windows color (decimal): -3363334 or 16428492. OLE color: 16428492.

HSL color Cylindrical-coordinate representation of color #CCADFA: hue angle of 264.16º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCADFA is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204173250-
CMYK0.180.3100.02
HSL264.16º88.51%82.94%-
HSV(B)264.16º30.8%98.04%-
XYZ57.149.6397.01-
YUV191.05161.27137.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.54%
GREEN value IS 173 (67.97% from 255) = 27.59%
BLUE value IS 250 (98.05% from 255) = 39.87%
R=32.54%
G=27.59%
B=39.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041732500.180.3100.02264.1688.5182.94
HexCCADFA121F021085953
Octal314255372223702410131123
Binary110011001010110111111010100101111101010000100010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCADFA; }

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

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

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

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

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

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

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

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