#DBADE4

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

Shades of Plum #DBADE4

Tints of Plum #DBADE4

Color information

#DBADE4 (or 0xDBADE4) is unknown color: approx Plum. HEX triplet: DB, AD and E4. RGB value is (219,173,228). Sum of RGB (Red+Green+Blue) = 219+173+228=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 173 (67.97% from 255 or 27.90% from 620); Blue value is 228 (89.45% from 255 or 36.77% from 620); Max value from RGB is 228 - color contains mainly: blue. Hex color #DBADE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBADE4 is #24521B. Grayscale: #C0C0C0. Windows color (decimal): -2380316 or 14986715. OLE color: 14986715.

HSL color Cylindrical-coordinate representation of color #DBADE4: hue angle of 290.18º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBADE4 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB219173228-
CMYK0.040.2400.11
HSL290.18º50.46%78.63%-
HSV(B)290.18º24.12%89.41%-
XYZ58.1650.5580.09-
YUV193.02147.74146.53-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.32%
GREEN value IS 173 (67.97% from 255) = 27.90%
BLUE value IS 228 (89.45% from 255) = 36.77%
R=35.32%
G=27.90%
B=36.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2191732280.040.2400.11290.1850.4678.63
HexDBADE44180B122324f
Octal33325534443001344262117
Binary11011011101011011110010010011000010111001000101100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBADE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBADE4; }

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

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

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

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

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

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

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

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