#DBB6FF

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

Shades of Mauve #DBB6FF

Tints of Mauve #DBB6FF

Color information

#DBB6FF (or 0xDBB6FF) is unknown color: approx Mauve. HEX triplet: DB, B6 and FF. RGB value is (219,182,255). Sum of RGB (Red+Green+Blue) = 219+182+255=656 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.38% from 656); Green value is 182 (71.48% from 255 or 27.74% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBB6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB6FF is #244900. Grayscale: #C9C9C9. Windows color (decimal): -2377985 or 16758491. OLE color: 16758491.

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

Color convert

RGB219182255-
CMYK0.140.2900
HSL270.41º100%85.69%-
HSV(B)270.41º28.63%100%-
XYZ63.9955.74101.99-
YUV201.38158.26140.56-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.38%
GREEN value IS 182 (71.48% from 255) = 27.74%
BLUE value IS 255 (100% from 255) = 38.87%
R=33.38%
G=27.74%
B=38.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2191822550.140.2900270.4110085.69
HexDBB6FFE1D0010e6456
Octal333266377163500416144126
Binary1101101110110110111111111110111010010000111011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB6FF; }

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

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

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

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

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

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

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

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