#DBADE7

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

Shades of Plum #DBADE7

Tints of Plum #DBADE7

Color information

#DBADE7 (or 0xDBADE7) is unknown color: approx Plum. HEX triplet: DB, AD and E7. RGB value is (219,173,231). Sum of RGB (Red+Green+Blue) = 219+173+231=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 173 (67.97% from 255 or 27.77% from 623); Blue value is 231 (90.62% from 255 or 37.08% from 623); Max value from RGB is 231 - color contains mainly: blue. Hex color #DBADE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBADE7 is #245218. Grayscale: #C1C1C1. Windows color (decimal): -2380313 or 15183323. OLE color: 15183323.

HSL color Cylindrical-coordinate representation of color #DBADE7: hue angle of 287.59º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBADE7 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB219173231-
CMYK0.050.2500.09
HSL287.59º54.72%79.22%-
HSV(B)287.59º25.11%90.59%-
XYZ58.5850.7282.3-
YUV193.37149.24146.28-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.15%
GREEN value IS 173 (67.97% from 255) = 27.77%
BLUE value IS 231 (90.62% from 255) = 37.08%
R=35.15%
G=27.77%
B=37.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2191732310.050.2500.09287.5954.7279.22
HexDBADE751909120374f
Octal33325534753101144067117
Binary11011011101011011110011110111001010011001000001101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBADE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBADE7; }

 p { color: rgb(219,173,231); }

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

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

 a { background-color: rgb(219,173,231); }

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

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

 span { border-color: rgb(219,173,231); }

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