#DCAAFF

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

Shades of Mauve #DCAAFF

Tints of Mauve #DCAAFF

Color information

#DCAAFF (or 0xDCAAFF) is unknown color: approx Mauve. HEX triplet: DC, AA and FF. RGB value is (220,170,255). Sum of RGB (Red+Green+Blue) = 220+170+255=645 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.11% from 645); Green value is 170 (66.80% from 255 or 26.36% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCAAFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAAFF is #235500. Grayscale: #C2C2C2. Windows color (decimal): -2315521 or 16755420. OLE color: 16755420.

HSL color Cylindrical-coordinate representation of color #DCAAFF: hue angle of 275.29º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCAAFF is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB220170255-
CMYK0.140.3300
HSL275.29º100%83.33%-
HSV(B)275.29º33.33%100%-
XYZ61.9451.19101.22-
YUV194.64162.06146.09-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.11%
GREEN value IS 170 (66.80% from 255) = 26.36%
BLUE value IS 255 (100% from 255) = 39.53%
R=34.11%
G=26.36%
B=39.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2201702550.140.3300275.2910083.33
HexDCAAFFE21001136453
Octal334252377164100423144123
Binary11011100101010101111111111101000010010001001111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAAFF; }

 p { color: rgb(220,170,255); }

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

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

 a { background-color: rgb(220,170,255); }

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

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

 span { border-color: rgb(220,170,255); }

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