#DBAFF1

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

Shades of Mauve #DBAFF1

Tints of Mauve #DBAFF1

Color information

#DBAFF1 (or 0xDBAFF1) is unknown color: approx Mauve. HEX triplet: DB, AF and F1. RGB value is (219,175,241). Sum of RGB (Red+Green+Blue) = 219+175+241=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 175 (68.75% from 255 or 27.56% from 635); Blue value is 241 (94.53% from 255 or 37.95% from 635); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBAFF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAFF1 is #24500E. Grayscale: #C3C3C3. Windows color (decimal): -2379791 or 15839195. OLE color: 15839195.

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

Color convert

RGB219175241-
CMYK0.090.2700.05
HSL280º70.21%81.57%-
HSV(B)280º27.39%94.51%-
XYZ60.4252.0790.09-
YUV195.68153.58144.63-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.49%
GREEN value IS 175 (68.75% from 255) = 27.56%
BLUE value IS 241 (94.53% from 255) = 37.95%
R=34.49%
G=27.56%
B=37.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2191752410.090.2700.0528070.2181.57
HexDBAFF191B051184652
Octal333257361113305430106122
Binary110110111010111111110001100111011010110001100010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAFF1; }

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

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

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

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

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

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

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

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