#DBB2FF

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

Shades of Mauve #DBB2FF

Tints of Mauve #DBB2FF

Color information

#DBB2FF (or 0xDBB2FF) is unknown color: approx Mauve. HEX triplet: DB, B2 and FF. RGB value is (219,178,255). Sum of RGB (Red+Green+Blue) = 219+178+255=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 178 (69.92% from 255 or 27.30% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBB2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBB2FF is #244D00. Grayscale: #C6C6C6. Windows color (decimal): -2379009 or 16757467. OLE color: 16757467.

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

Color convert

RGB219178255-
CMYK0.140.3000
HSL271.95º100%84.9%-
HSV(B)271.95º30.2%100%-
XYZ63.1854.12101.72-
YUV199.04159.58142.24-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.59%
GREEN value IS 178 (69.92% from 255) = 27.30%
BLUE value IS 255 (100% from 255) = 39.11%
R=33.59%
G=27.30%
B=39.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2191782550.140.3000271.9510084.9
HexDBB2FFE1E001106455
Octal333262377163600420144125
Binary1101101110110010111111111110111100010001000011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB2FF; }

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

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

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

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

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

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

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

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