#DBADE8

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

Shades of Plum #DBADE8

Tints of Plum #DBADE8

Color information

#DBADE8 (or 0xDBADE8) is unknown color: approx Plum. HEX triplet: DB, AD and E8. RGB value is (219,173,232). Sum of RGB (Red+Green+Blue) = 219+173+232=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 173 (67.97% from 255 or 27.72% from 624); Blue value is 232 (91.02% from 255 or 37.18% from 624); Max value from RGB is 232 - color contains mainly: blue. Hex color #DBADE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBADE8 is #245217. Grayscale: #C1C1C1. Windows color (decimal): -2380312 or 15248859. OLE color: 15248859.

HSL color Cylindrical-coordinate representation of color #DBADE8: hue angle of 286.78º degrees, saturation: 0.56, 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 #DBADE8 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB219173232-
CMYK0.060.2500.09
HSL286.78º56.19%79.41%-
HSV(B)286.78º25.43%90.98%-
XYZ58.7250.7783.05-
YUV193.48149.74146.2-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.10%
GREEN value IS 173 (67.97% from 255) = 27.72%
BLUE value IS 232 (91.02% from 255) = 37.18%
R=35.10%
G=27.72%
B=37.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2191732320.060.2500.09286.7856.1979.41
HexDBADE86190911f384f
Octal33325535063101143770117
Binary11011011101011011110100011011001010011000111111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBADE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBADE8; }

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

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

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

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

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

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

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

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