#DBAFDC

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

Shades of Plum #DBAFDC

Tints of Plum #DBAFDC

Color information

#DBAFDC (or 0xDBAFDC) is unknown color: approx Plum. HEX triplet: DB, AF and DC. RGB value is (219,175,220). Sum of RGB (Red+Green+Blue) = 219+175+220=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 175 (68.75% from 255 or 28.50% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBAFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAFDC is #245023. Grayscale: #C1C1C1. Windows color (decimal): -2379812 or 14462939. OLE color: 14462939.

HSL color Cylindrical-coordinate representation of color #DBAFDC: hue angle of 298.67º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBAFDC is Cyan = 0.00, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB219175220-
CMYK0.000.2000.14
HSL298.67º39.13%77.45%-
HSV(B)298.67º20.45%86.27%-
XYZ57.4650.8974.5-
YUV193.29143.08146.34-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.67%
GREEN value IS 175 (68.75% from 255) = 28.50%
BLUE value IS 220 (86.33% from 255) = 35.83%
R=35.67%
G=28.50%
B=35.83%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191752200.000.2000.14298.6739.1377.45
HexDBAFDC0140E12b274d
Octal33325733402401645347115
Binary110110111010111111011100010100011101001010111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAFDC; }

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

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

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

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

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

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

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

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