#DBAFF0

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

Shades of Mauve #DBAFF0

Tints of Mauve #DBAFF0

Color information

#DBAFF0 (or 0xDBAFF0) is unknown color: approx Mauve. HEX triplet: DB, AF and F0. RGB value is (219,175,240). Sum of RGB (Red+Green+Blue) = 219+175+240=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 175 (68.75% from 255 or 27.60% from 634); Blue value is 240 (94.14% from 255 or 37.85% from 634); Max value from RGB is 240 - color contains mainly: blue. Hex color #DBAFF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAFF0 is #24500F. Grayscale: #C3C3C3. Windows color (decimal): -2379792 or 15773659. OLE color: 15773659.

HSL color Cylindrical-coordinate representation of color #DBAFF0: hue angle of 280.62º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBAFF0 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB219175240-
CMYK0.090.2700.06
HSL280.62º68.42%81.37%-
HSV(B)280.62º27.08%94.12%-
XYZ60.2752.0189.3-
YUV195.57153.08144.71-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.54%
GREEN value IS 175 (68.75% from 255) = 27.60%
BLUE value IS 240 (94.14% from 255) = 37.85%
R=34.54%
G=27.60%
B=37.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2191752400.090.2700.06280.6268.4281.37
HexDBAFF091B061194451
Octal333257360113306431104121
Binary110110111010111111110000100111011011010001100110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAFF0; }

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

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

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

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

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

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

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

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