#DCA9FB

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

Shades of Mauve #DCA9FB

Tints of Mauve #DCA9FB

Color information

#DCA9FB (or 0xDCA9FB) is unknown color: approx Mauve. HEX triplet: DC, A9 and FB. RGB value is (220,169,251). Sum of RGB (Red+Green+Blue) = 220+169+251=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 169 (66.41% from 255 or 26.41% from 640); Blue value is 251 (98.44% from 255 or 39.22% from 640); Max value from RGB is 251 - color contains mainly: blue. Hex color #DCA9FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA9FB is #235604. Grayscale: #C1C1C1. Windows color (decimal): -2315781 or 16493020. OLE color: 16493020.

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

Color convert

RGB220169251-
CMYK0.120.3300.02
HSL277.32º91.11%82.35%-
HSV(B)277.32º32.67%98.43%-
XYZ61.1250.5697.8-
YUV193.6160.4146.83-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.38%
GREEN value IS 169 (66.41% from 255) = 26.41%
BLUE value IS 251 (98.44% from 255) = 39.22%
R=34.38%
G=26.41%
B=39.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2201692510.120.3300.02277.3291.1182.35
HexDCA9FBC21021155b52
Octal334251373144102425133122
Binary110111001010100111111011110010000101010001010110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA9FB; }

 p { color: rgb(220,169,251); }

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

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

 a { background-color: rgb(220,169,251); }

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

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

 span { border-color: rgb(220,169,251); }

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