#DBAAE3

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

Shades of Plum #DBAAE3

Tints of Plum #DBAAE3

Color information

#DBAAE3 (or 0xDBAAE3) is unknown color: approx Plum. HEX triplet: DB, AA and E3. RGB value is (219,170,227). Sum of RGB (Red+Green+Blue) = 219+170+227=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 170 (66.80% from 255 or 27.60% from 616); Blue value is 227 (89.06% from 255 or 36.85% from 616); Max value from RGB is 227 - color contains mainly: blue. Hex color #DBAAE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAAE3 is #24551C. Grayscale: #BEBEBE. Windows color (decimal): -2381085 or 14920411. OLE color: 14920411.

HSL color Cylindrical-coordinate representation of color #DBAAE3: hue angle of 291.58º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBAAE3 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB219170227-
CMYK0.040.2500.11
HSL291.58º50.44%77.84%-
HSV(B)291.58º25.11%89.02%-
XYZ57.4549.3679.17-
YUV191.15148.23147.87-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.55%
GREEN value IS 170 (66.80% from 255) = 27.60%
BLUE value IS 227 (89.06% from 255) = 36.85%
R=35.55%
G=27.60%
B=36.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2191702270.040.2500.11291.5850.4477.84
HexDBAAE34190B124324e
Octal33325234343101344462116
Binary11011011101010101110001110011001010111001001001100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAAE3; }

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

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

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

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

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

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

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

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