#DBA4ED

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

Shades of Mauve #DBA4ED

Tints of Mauve #DBA4ED

Color information

#DBA4ED (or 0xDBA4ED) is unknown color: approx Mauve. HEX triplet: DB, A4 and ED. RGB value is (219,164,237). Sum of RGB (Red+Green+Blue) = 219+164+237=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 164 (64.45% from 255 or 26.45% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBA4ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA4ED is #245B12. Grayscale: #BCBCBC. Windows color (decimal): -2382611 or 15574235. OLE color: 15574235.

HSL color Cylindrical-coordinate representation of color #DBA4ED: hue angle of 285.21º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBA4ED is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB219164237-
CMYK0.080.3100.07
HSL285.21º66.97%78.63%-
HSV(B)285.21º30.8%92.94%-
XYZ57.7747.7386.29-
YUV188.77155.22149.56-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.32%
GREEN value IS 164 (64.45% from 255) = 26.45%
BLUE value IS 237 (92.97% from 255) = 38.23%
R=35.32%
G=26.45%
B=38.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2191642370.080.3100.07285.2166.9778.63
HexDBA4ED81F0711d434f
Octal333244355103707435103117
Binary110110111010010011101101100011111011110001110110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA4ED; }

 p { color: rgb(219,164,237); }

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

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

 a { background-color: rgb(219,164,237); }

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

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

 span { border-color: rgb(219,164,237); }

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