#DBB5EA

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

Shades of Mauve #DBB5EA

Tints of Mauve #DBB5EA

Color information

#DBB5EA (or 0xDBB5EA) is unknown color: approx Mauve. HEX triplet: DB, B5 and EA. RGB value is (219,181,234). Sum of RGB (Red+Green+Blue) = 219+181+234=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 181 (71.09% from 255 or 28.55% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBB5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB5EA is #244A15. Grayscale: #C6C6C6. Windows color (decimal): -2378262 or 15381979. OLE color: 15381979.

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

Color convert

RGB219181234-
CMYK0.060.2300.08
HSL283.02º55.79%81.37%-
HSV(B)283.02º22.65%91.76%-
XYZ60.5954.0585.08-
YUV198.4148.09142.69-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.54%
GREEN value IS 181 (71.09% from 255) = 28.55%
BLUE value IS 234 (91.80% from 255) = 36.91%
R=34.54%
G=28.55%
B=36.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2191812340.060.2300.08283.0255.7981.37
HexDBB5EA6170811b3851
Octal33326535262701043370121
Binary11011011101101011110101011010111010001000110111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB5EA; }

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

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

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

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

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

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

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

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