#DBAEDC

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

Shades of Plum #DBAEDC

Tints of Plum #DBAEDC

Color information

#DBAEDC (or 0xDBAEDC) is unknown color: approx Plum. HEX triplet: DB, AE and DC. RGB value is (219,174,220). Sum of RGB (Red+Green+Blue) = 219+174+220=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 174 (68.36% from 255 or 28.38% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBAEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAEDC is #245123. Grayscale: #C0C0C0. Windows color (decimal): -2380068 or 14462683. OLE color: 14462683.

HSL color Cylindrical-coordinate representation of color #DBAEDC: hue angle of 298.7º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBAEDC is Cyan = 0.00, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB219174220-
CMYK0.000.2100.14
HSL298.7º39.66%77.25%-
HSV(B)298.7º20.91%86.27%-
XYZ57.2750.574.44-
YUV192.7143.41146.76-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.73%
GREEN value IS 174 (68.36% from 255) = 28.38%
BLUE value IS 220 (86.33% from 255) = 35.89%
R=35.73%
G=28.38%
B=35.89%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191742200.000.2100.14298.739.6677.25
HexDBAEDC0150E12b284d
Octal33325633402501645350115
Binary110110111010111011011100010101011101001010111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAEDC; }

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

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

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

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

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

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

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

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