#DBAAE0

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

Shades of Plum #DBAAE0

Tints of Plum #DBAAE0

Color information

#DBAAE0 (or 0xDBAAE0) is unknown color: approx Plum. HEX triplet: DB, AA and E0. RGB value is (219,170,224). Sum of RGB (Red+Green+Blue) = 219+170+224=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 170 (66.80% from 255 or 27.73% from 613); Blue value is 224 (87.89% from 255 or 36.54% from 613); Max value from RGB is 224 - color contains mainly: blue. Hex color #DBAAE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAAE0 is #24551F. Grayscale: #BEBEBE. Windows color (decimal): -2381088 or 14723803. OLE color: 14723803.

HSL color Cylindrical-coordinate representation of color #DBAAE0: hue angle of 294.44º degrees, saturation: 0.47, 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 #DBAAE0 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB219170224-
CMYK0.020.2400.12
HSL294.44º46.55%77.25%-
HSV(B)294.44º24.11%87.84%-
XYZ57.0449.1977.01-
YUV190.81146.73148.11-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.73%
GREEN value IS 170 (66.80% from 255) = 27.73%
BLUE value IS 224 (87.89% from 255) = 36.54%
R=35.73%
G=27.73%
B=36.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2191702240.020.2400.12294.4446.5577.25
HexDBAAE02180C1262f4d
Octal33325234023001444657115
Binary1101101110101010111000001011000011001001001101011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAAE0; }

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

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

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

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

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

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

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

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