#DBB8FF

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

Shades of Mauve #DBB8FF

Tints of Mauve #DBB8FF

Color information

#DBB8FF (or 0xDBB8FF) is unknown color: approx Mauve. HEX triplet: DB, B8 and FF. RGB value is (219,184,255). Sum of RGB (Red+Green+Blue) = 219+184+255=658 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.28% from 658); Green value is 184 (72.27% from 255 or 27.96% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBB8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB8FF is #244700. Grayscale: #CACACA. Windows color (decimal): -2377473 or 16759003. OLE color: 16759003.

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

Color convert

RGB219184255-
CMYK0.140.2800
HSL269.58º100%86.08%-
HSV(B)269.58º27.84%100%-
XYZ64.456.56102.13-
YUV202.56157.6139.73-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.28%
GREEN value IS 184 (72.27% from 255) = 27.96%
BLUE value IS 255 (100% from 255) = 38.75%
R=33.28%
G=27.96%
B=38.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2191842550.140.2800269.5810086.08
HexDBB8FFE1C0010e6456
Octal333270377163400416144126
Binary1101101110111000111111111110111000010000111011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB8FF; }

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

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

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

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

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

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

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

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