#DCACF1

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

Shades of Mauve #DCACF1

Tints of Mauve #DCACF1

Color information

#DCACF1 (or 0xDCACF1) is unknown color: approx Mauve. HEX triplet: DC, AC and F1. RGB value is (220,172,241). Sum of RGB (Red+Green+Blue) = 220+172+241=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 172 (67.58% from 255 or 27.17% from 633); Blue value is 241 (94.53% from 255 or 38.07% from 633); Max value from RGB is 241 - color contains mainly: blue. Hex color #DCACF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCACF1 is #23530E. Grayscale: #C1C1C1. Windows color (decimal): -2315023 or 15838428. OLE color: 15838428.

HSL color Cylindrical-coordinate representation of color #DCACF1: hue angle of 281.74º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCACF1 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB220172241-
CMYK0.090.2900.05
HSL281.74º71.13%80.98%-
HSV(B)281.74º28.63%94.51%-
XYZ60.1451.0789.91-
YUV194.22154.4146.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.76%
GREEN value IS 172 (67.58% from 255) = 27.17%
BLUE value IS 241 (94.53% from 255) = 38.07%
R=34.76%
G=27.17%
B=38.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2201722410.090.2900.05281.7471.1380.98
HexDCACF191D0511a4751
Octal334254361113505432107121
Binary110111001010110011110001100111101010110001101010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCACF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCACF1; }

 p { color: rgb(220,172,241); }

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

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

 a { background-color: rgb(220,172,241); }

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

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

 span { border-color: rgb(220,172,241); }

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