#DBB8EA

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

Shades of Mauve #DBB8EA

Tints of Mauve #DBB8EA

Color information

#DBB8EA (or 0xDBB8EA) is unknown color: approx Mauve. HEX triplet: DB, B8 and EA. RGB value is (219,184,234). Sum of RGB (Red+Green+Blue) = 219+184+234=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 184 (72.27% from 255 or 28.89% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBB8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB8EA is #244715. Grayscale: #C8C8C8. Windows color (decimal): -2377494 or 15382747. OLE color: 15382747.

HSL color Cylindrical-coordinate representation of color #DBB8EA: hue angle of 282º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBB8EA is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB219184234-
CMYK0.060.2100.08
HSL282º54.35%81.96%-
HSV(B)282º21.37%91.76%-
XYZ61.2155.2885.29-
YUV200.16147.1141.43-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.38%
GREEN value IS 184 (72.27% from 255) = 28.89%
BLUE value IS 234 (91.80% from 255) = 36.73%
R=34.38%
G=28.89%
B=36.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2191842340.060.2100.0828254.3581.96
HexDBB8EA6150811a3652
Octal33327035262501043266122
Binary11011011101110001110101011010101010001000110101101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB8EA; }

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

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

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

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

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

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

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

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