#CCADF9

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

Shades of Mauve #CCADF9

Tints of Mauve #CCADF9

Color information

#CCADF9 (or 0xCCADF9) is unknown color: approx Mauve. HEX triplet: CC, AD and F9. RGB value is (204,173,249). Sum of RGB (Red+Green+Blue) = 204+173+249=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 173 (67.97% from 255 or 27.64% from 626); Blue value is 249 (97.66% from 255 or 39.78% from 626); Max value from RGB is 249 - color contains mainly: blue. Hex color #CCADF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCADF9 is #335206. Grayscale: #BEBEBE. Windows color (decimal): -3363335 or 16362956. OLE color: 16362956.

HSL color Cylindrical-coordinate representation of color #CCADF9: hue angle of 264.47º degrees, saturation: 0.86, 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 #CCADF9 is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204173249-
CMYK0.180.3100.02
HSL264.47º86.36%82.75%-
HSV(B)264.47º30.52%97.65%-
XYZ56.9449.5696.19-
YUV190.93160.77137.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.59%
GREEN value IS 173 (67.97% from 255) = 27.64%
BLUE value IS 249 (97.66% from 255) = 39.78%
R=32.59%
G=27.64%
B=39.78%

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
Decimal2041732490.180.3100.02264.4786.3682.75
HexCCADF9121F021085653
Octal314255371223702410126123
Binary110011001010110111111001100101111101010000100010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCADF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCADF9; }

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

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

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

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

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

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

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

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