#DBAFE0

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

Shades of Plum #DBAFE0

Tints of Plum #DBAFE0

Color information

#DBAFE0 (or 0xDBAFE0) is unknown color: approx Plum. HEX triplet: DB, AF and E0. RGB value is (219,175,224). Sum of RGB (Red+Green+Blue) = 219+175+224=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 175 (68.75% from 255 or 28.32% from 618); Blue value is 224 (87.89% from 255 or 36.25% from 618); Max value from RGB is 224 - color contains mainly: blue. Hex color #DBAFE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAFE0 is #24501F. Grayscale: #C1C1C1. Windows color (decimal): -2379808 or 14725083. OLE color: 14725083.

HSL color Cylindrical-coordinate representation of color #DBAFE0: hue angle of 293.88º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBAFE0 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB219175224-
CMYK0.020.2200.12
HSL293.88º44.14%78.24%-
HSV(B)293.88º21.88%87.84%-
XYZ5851.177.33-
YUV193.74145.08146.02-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.44%
GREEN value IS 175 (68.75% from 255) = 28.32%
BLUE value IS 224 (87.89% from 255) = 36.25%
R=35.44%
G=28.32%
B=36.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2191752240.020.2200.12293.8844.1478.24
HexDBAFE02160C1262c4e
Octal33325734022601444654116
Binary1101101110101111111000001010110011001001001101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAFE0; }

 p { color: rgb(219,175,224); }

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

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

 a { background-color: rgb(219,175,224); }

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

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

 span { border-color: rgb(219,175,224); }

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