#DBB4EB

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

Shades of Mauve #DBB4EB

Tints of Mauve #DBB4EB

Color information

#DBB4EB (or 0xDBB4EB) is unknown color: approx Mauve. HEX triplet: DB, B4 and EB. RGB value is (219,180,235). Sum of RGB (Red+Green+Blue) = 219+180+235=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 180 (70.70% from 255 or 28.39% from 634); Blue value is 235 (92.19% from 255 or 37.07% from 634); Max value from RGB is 235 - color contains mainly: blue. Hex color #DBB4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB4EB is #244B14. Grayscale: #C5C5C5. Windows color (decimal): -2378517 or 15447259. OLE color: 15447259.

HSL color Cylindrical-coordinate representation of color #DBB4EB: hue angle of 282.55º degrees, saturation: 0.58, 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 #DBB4EB is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB219180235-
CMYK0.070.2300.08
HSL282.55º57.89%81.37%-
HSV(B)282.55º23.4%92.16%-
XYZ60.5353.785.77-
YUV197.93148.92143.03-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.54%
GREEN value IS 180 (70.70% from 255) = 28.39%
BLUE value IS 235 (92.19% from 255) = 37.07%
R=34.54%
G=28.39%
B=37.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2191802350.070.2300.08282.5557.8981.37
HexDBB4EB7170811b3a51
Octal33326435372701043372121
Binary11011011101101001110101111110111010001000110111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB4EB; }

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

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

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

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

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

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

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

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