#DBB4FF

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

Shades of Mauve #DBB4FF

Tints of Mauve #DBB4FF

Color information

#DBB4FF (or 0xDBB4FF) is unknown color: approx Mauve. HEX triplet: DB, B4 and FF. RGB value is (219,180,255). Sum of RGB (Red+Green+Blue) = 219+180+255=654 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.49% from 654); Green value is 180 (70.70% from 255 or 27.52% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBB4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB4FF is #244B00. Grayscale: #C7C7C7. Windows color (decimal): -2378497 or 16757979. OLE color: 16757979.

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

Color convert

RGB219180255-
CMYK0.140.2900
HSL271.2º100%85.29%-
HSV(B)271.2º29.41%100%-
XYZ63.5854.92101.86-
YUV200.21158.92141.4-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.49%
GREEN value IS 180 (70.70% from 255) = 27.52%
BLUE value IS 255 (100% from 255) = 38.99%
R=33.49%
G=27.52%
B=38.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2191802550.140.2900271.210085.29
HexDBB4FFE1D0010f6455
Octal333264377163500417144125
Binary1101101110110100111111111110111010010000111111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB4FF; }

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

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

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

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

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

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

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

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