#DBB9FF

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

Shades of Mauve #DBB9FF

Tints of Mauve #DBB9FF

Color information

#DBB9FF (or 0xDBB9FF) is unknown color: approx Mauve. HEX triplet: DB, B9 and FF. RGB value is (219,185,255). Sum of RGB (Red+Green+Blue) = 219+185+255=659 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.23% from 659); Green value is 185 (72.66% from 255 or 28.07% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBB9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB9FF is #244600. Grayscale: #CACACA. Windows color (decimal): -2377217 or 16759259. OLE color: 16759259.

HSL color Cylindrical-coordinate representation of color #DBB9FF: hue angle of 269.14º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBB9FF is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB219185255-
CMYK0.140.2700
HSL269.14º100%86.27%-
HSV(B)269.14º27.45%100%-
XYZ64.6156.98102.2-
YUV203.15157.26139.31-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.23%
GREEN value IS 185 (72.66% from 255) = 28.07%
BLUE value IS 255 (100% from 255) = 38.69%
R=33.23%
G=28.07%
B=38.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2191852550.140.2700269.1410086.27
HexDBB9FFE1B0010d6456
Octal333271377163300415144126
Binary1101101110111001111111111110110110010000110111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB9FF; }

 p { color: rgb(219,185,255); }

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

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

 a { background-color: rgb(219,185,255); }

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

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

 span { border-color: rgb(219,185,255); }

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