#DBB0FF

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

Shades of Mauve #DBB0FF

Tints of Mauve #DBB0FF

Color information

#DBB0FF (or 0xDBB0FF) is unknown color: approx Mauve. HEX triplet: DB, B0 and FF. RGB value is (219,176,255). Sum of RGB (Red+Green+Blue) = 219+176+255=650 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.69% from 650); Green value is 176 (69.14% from 255 or 27.08% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBB0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBB0FF is #244F00. Grayscale: #C5C5C5. Windows color (decimal): -2379521 or 16756955. OLE color: 16756955.

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

Color convert

RGB219176255-
CMYK0.140.3100
HSL272.66º100%84.51%-
HSV(B)272.66º30.98%100%-
XYZ62.7953.33101.59-
YUV197.86160.25143.08-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.69%
GREEN value IS 176 (69.14% from 255) = 27.08%
BLUE value IS 255 (100% from 255) = 39.23%
R=33.69%
G=27.08%
B=39.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2191762550.140.3100272.6610084.51
HexDBB0FFE1F001116455
Octal333260377163700421144125
Binary1101101110110000111111111110111110010001000111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB0FF; }

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

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

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

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

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

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

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

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