#DCAAFA

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

Shades of Mauve #DCAAFA

Tints of Mauve #DCAAFA

Color information

#DCAAFA (or 0xDCAAFA) is unknown color: approx Mauve. HEX triplet: DC, AA and FA. RGB value is (220,170,250). Sum of RGB (Red+Green+Blue) = 220+170+250=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 170 (66.80% from 255 or 26.56% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCAAFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAAFA is #235505. Grayscale: #C1C1C1. Windows color (decimal): -2315526 or 16427740. OLE color: 16427740.

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

Color convert

RGB220170250-
CMYK0.120.3200.02
HSL277.5º88.89%82.35%-
HSV(B)277.5º32%98.04%-
XYZ61.1550.8797.04-
YUV194.07159.56146.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.38%
GREEN value IS 170 (66.80% from 255) = 26.56%
BLUE value IS 250 (98.05% from 255) = 39.06%
R=34.38%
G=26.56%
B=39.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2201702500.120.3200.02277.588.8982.35
HexDCAAFAC20021165952
Octal334252372144002426131122
Binary110111001010101011111010110010000001010001011010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAAFA; }

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

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

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

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

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

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

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

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