#DBACF1

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

Shades of Mauve #DBACF1

Tints of Mauve #DBACF1

Color information

#DBACF1 (or 0xDBACF1) is unknown color: approx Mauve. HEX triplet: DB, AC and F1. RGB value is (219,172,241). Sum of RGB (Red+Green+Blue) = 219+172+241=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 172 (67.58% from 255 or 27.22% from 632); Blue value is 241 (94.53% from 255 or 38.13% from 632); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBACF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBACF1 is #24530E. Grayscale: #C1C1C1. Windows color (decimal): -2380559 or 15838427. OLE color: 15838427.

HSL color Cylindrical-coordinate representation of color #DBACF1: hue angle of 280.87º 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 #DBACF1 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB219172241-
CMYK0.090.2900.05
HSL280.87º71.13%80.98%-
HSV(B)280.87º28.63%94.51%-
XYZ59.8450.9289.89-
YUV193.92154.57145.89-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.65%
GREEN value IS 172 (67.58% from 255) = 27.22%
BLUE value IS 241 (94.53% from 255) = 38.13%
R=34.65%
G=27.22%
B=38.13%

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
Decimal2191722410.090.2900.05280.8771.1380.98
HexDBACF191D051194751
Octal333254361113505431107121
Binary110110111010110011110001100111101010110001100110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBACF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBACF1; }

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

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

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

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

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

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

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

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