#DCABF9

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

Shades of Mauve #DCABF9

Tints of Mauve #DCABF9

Color information

#DCABF9 (or 0xDCABF9) is unknown color: approx Mauve. HEX triplet: DC, AB and F9. RGB value is (220,171,249). Sum of RGB (Red+Green+Blue) = 220+171+249=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 171 (67.19% from 255 or 26.72% from 640); Blue value is 249 (97.66% from 255 or 38.91% from 640); Max value from RGB is 249 - color contains mainly: blue. Hex color #DCABF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCABF9 is #235406. Grayscale: #C2C2C2. Windows color (decimal): -2315271 or 16362460. OLE color: 16362460.

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

Color convert

RGB220171249-
CMYK0.120.3100.02
HSL277.69º86.67%82.35%-
HSV(B)277.69º31.33%97.65%-
XYZ61.1851.1896.28-
YUV194.54158.73146.16-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.38%
GREEN value IS 171 (67.19% from 255) = 26.72%
BLUE value IS 249 (97.66% from 255) = 38.91%
R=34.38%
G=26.72%
B=38.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2201712490.120.3100.02277.6986.6782.35
HexDCABF9C1F021165752
Octal334253371143702426127122
Binary11011100101010111111100111001111101010001011010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCABF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCABF9; }

 p { color: rgb(220,171,249); }

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

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

 a { background-color: rgb(220,171,249); }

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

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

 span { border-color: rgb(220,171,249); }

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