#DBAFFA

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

Shades of Mauve #DBAFFA

Tints of Mauve #DBAFFA

Color information

#DBAFFA (or 0xDBAFFA) is unknown color: approx Mauve. HEX triplet: DB, AF and FA. RGB value is (219,175,250). Sum of RGB (Red+Green+Blue) = 219+175+250=644 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.01% from 644); Green value is 175 (68.75% from 255 or 27.17% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBAFFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAFFA is #245005. Grayscale: #C4C4C4. Windows color (decimal): -2379782 or 16429019. OLE color: 16429019.

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

Color convert

RGB219175250-
CMYK0.120.300.02
HSL275.2º88.24%83.33%-
HSV(B)275.2º30%98.04%-
XYZ61.852.6297.34-
YUV196.71158.08143.9-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.01%
GREEN value IS 175 (68.75% from 255) = 27.17%
BLUE value IS 250 (98.05% from 255) = 38.82%
R=34.01%
G=27.17%
B=38.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2191752500.120.300.02275.288.2483.33
HexDBAFFAC1E021135853
Octal333257372143602423130123
Binary11011011101011111111101011001111001010001001110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAFFA; }

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

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

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

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

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

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

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

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