#DBAAE1

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

Shades of Plum #DBAAE1

Tints of Plum #DBAAE1

Color information

#DBAAE1 (or 0xDBAAE1) is unknown color: approx Plum. HEX triplet: DB, AA and E1. RGB value is (219,170,225). Sum of RGB (Red+Green+Blue) = 219+170+225=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 170 (66.80% from 255 or 27.69% from 614); Blue value is 225 (88.28% from 255 or 36.64% from 614); Max value from RGB is 225 - color contains mainly: blue. Hex color #DBAAE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAAE1 is #24551E. Grayscale: #BEBEBE. Windows color (decimal): -2381087 or 14789339. OLE color: 14789339.

HSL color Cylindrical-coordinate representation of color #DBAAE1: hue angle of 293.45º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBAAE1 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB219170225-
CMYK0.030.2400.12
HSL293.45º47.83%77.45%-
HSV(B)293.45º24.44%88.24%-
XYZ57.1849.2577.73-
YUV190.92147.23148.03-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.67%
GREEN value IS 170 (66.80% from 255) = 27.69%
BLUE value IS 225 (88.28% from 255) = 36.64%
R=35.67%
G=27.69%
B=36.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2191702250.030.2400.12293.4547.8377.45
HexDBAAE13180C125304d
Octal33325234133001444560115
Binary1101101110101010111000011111000011001001001011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAAE1; }

 p { color: rgb(219,170,225); }

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

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

 a { background-color: rgb(219,170,225); }

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

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

 span { border-color: rgb(219,170,225); }

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