#DBB1FF

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

Shades of Mauve #DBB1FF

Tints of Mauve #DBB1FF

Color information

#DBB1FF (or 0xDBB1FF) is unknown color: approx Mauve. HEX triplet: DB, B1 and FF. RGB value is (219,177,255). Sum of RGB (Red+Green+Blue) = 219+177+255=651 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.64% from 651); Green value is 177 (69.53% from 255 or 27.19% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBB1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBB1FF is #244E00. Grayscale: #C6C6C6. Windows color (decimal): -2379265 or 16757211. OLE color: 16757211.

HSL color Cylindrical-coordinate representation of color #DBB1FF: hue angle of 272.31º 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 #DBB1FF is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB219177255-
CMYK0.140.3100
HSL272.31º100%84.71%-
HSV(B)272.31º30.59%100%-
XYZ62.9953.72101.66-
YUV198.45159.91142.66-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.64%
GREEN value IS 177 (69.53% from 255) = 27.19%
BLUE value IS 255 (100% from 255) = 39.17%
R=33.64%
G=27.19%
B=39.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2191772550.140.3100272.3110084.71
HexDBB1FFE1F001106455
Octal333261377163700420144125
Binary1101101110110001111111111110111110010001000011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB1FF; }

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

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

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

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

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

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

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

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