#DBAEDF

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

Shades of Plum #DBAEDF

Tints of Plum #DBAEDF

Color information

#DBAEDF (or 0xDBAEDF) is unknown color: approx Plum. HEX triplet: DB, AE and DF. RGB value is (219,174,223). Sum of RGB (Red+Green+Blue) = 219+174+223=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 174 (68.36% from 255 or 28.25% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 223 - color contains mainly: blue. Hex color #DBAEDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAEDF is #245120. Grayscale: #C0C0C0. Windows color (decimal): -2380065 or 14659291. OLE color: 14659291.

HSL color Cylindrical-coordinate representation of color #DBAEDF: hue angle of 295.1º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBAEDF is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB219174223-
CMYK0.020.2200.13
HSL295.1º43.36%77.84%-
HSV(B)295.1º21.97%87.45%-
XYZ57.6750.6676.55-
YUV193.04144.91146.52-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.55%
GREEN value IS 174 (68.36% from 255) = 28.25%
BLUE value IS 223 (87.5% from 255) = 36.20%
R=35.55%
G=28.25%
B=36.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2191742230.020.2200.13295.143.3677.84
HexDBAEDF2160D1272b4e
Octal33325633722601544753116
Binary1101101110101110110111111010110011011001001111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAEDF; }

 p { color: rgb(219,174,223); }

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

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

 a { background-color: rgb(219,174,223); }

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

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

 span { border-color: rgb(219,174,223); }

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