#DBADE6

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

Shades of Plum #DBADE6

Tints of Plum #DBADE6

Color information

#DBADE6 (or 0xDBADE6) is unknown color: approx Plum. HEX triplet: DB, AD and E6. RGB value is (219,173,230). Sum of RGB (Red+Green+Blue) = 219+173+230=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 173 (67.97% from 255 or 27.81% from 622); Blue value is 230 (90.23% from 255 or 36.98% from 622); Max value from RGB is 230 - color contains mainly: blue. Hex color #DBADE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBADE6 is #245219. Grayscale: #C1C1C1. Windows color (decimal): -2380314 or 15117787. OLE color: 15117787.

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

Color convert

RGB219173230-
CMYK0.050.2500.10
HSL288.42º53.27%79.02%-
HSV(B)288.42º24.78%90.2%-
XYZ58.4450.6681.56-
YUV193.25148.74146.37-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.21%
GREEN value IS 173 (67.97% from 255) = 27.81%
BLUE value IS 230 (90.23% from 255) = 36.98%
R=35.21%
G=27.81%
B=36.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2191732300.050.2500.10288.4253.2779.02
HexDBADE65190A120354f
Octal33325534653101244065117
Binary11011011101011011110011010111001010101001000001101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBADE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBADE6; }

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

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

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

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

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

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

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

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